sapmentors / cap-community

SAP CAP Community
MIT License
97 stars 26 forks source link

Request headers are dropped from the response in the NodeJS runtime #99

Closed jbm1991 closed 3 years ago

jbm1991 commented 3 years ago

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.

jbm1991 commented 3 years ago

this is now resolved