Supplied request headers are dropped from the response in the NodeJS runtime. This results in errors when using things like Mobile Services Offline Store, which supplies a "Content-Transfer-Encoding" header with its requests, but does not get it back in the response. The headers should be included in the response to prevent such issues.
Open with SAP as 750092 / 2020.
Supplied request headers are dropped from the response in the NodeJS runtime. This results in errors when using things like Mobile Services Offline Store, which supplies a "Content-Transfer-Encoding" header with its requests, but does not get it back in the response. The headers should be included in the response to prevent such issues.