nginx modifying the jsonp response message
venkat
nginx-forum at nginx.us
Tue Sep 18 19:03:12 UTC 2012
Sorry for the above post. Actually the problem is not due to nginx.
It is due to IIS 7.5 in our staging server which is causing the problem.
Below configuration change in web.config has fixed it.
<system.webServer>
<httpErrors errorMode="Detailed" />
</system.webServer>
Thanks,
Venkat.
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,230799,230822#msg-230822
More information about the nginx
mailing list