I have an angular application running on Google Cloud AppEngine on nodejs12 runtime.
When I proxy an api request from express server in Google cloud environment to an ASP application running on IIS, I recieve very strange response
Requests are sent with header content-type: application/json; charset=utf-8
Test on postman and locally running nodejs12/express with the same proxy settings return valid JSON.
Expecting to receive valid JSON.