Martin Palo
04/20/2021, 8:08 AMheaders['Content-Type'] = 'multipart/mixed;'
to some 3rd party API. The problem is, that NS is replacing that Content-Type
so the 3rd party API receives a request with an incorrect Content-Type
header. This was working well prior to 2021.1 (no Content-Type
header replacement). Do you have any ideas how to fix this?