Saturday, 10 November 2018

Strange Alterations of Responses - Help Please

Recently I was adding some additional functionality to my Node site (which runs in Azure via IISNode.) I started getting strange responses, and now I can't get things working properly... Here is what is really bizzare:Any response from my node application has the body modified with what looks like a number before a proper response, and a number afterward.For example, if I return html, then the html is prepended by 2512, and ended with 0. Json responses are similarly effected. I haven't changed anything related to how responses are calculated, and I've retraced every single route. My tracing indicates that its not my code doing this. What setting may be causing this? I've been trying to fix this for days now and I'm at my wits end. The problem does not occur for physical files, just responses generated by the application.

Submitted November 11, 2018 at 07:21AM by ssjarchon

No comments:

Post a Comment