Hi all! Since 2021.1 release we experience an issu...
# suitescript
m
Hi all! Since 2021.1 release we experience an issue with https.request. We have a suitelet written in SS 1.0 which call another suitelet written in 2.0 with external URL (available without login) and that one sends https.request with
headers['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?