jquery.ajax() POST receives empty response with IE10 on Nginx/PHP-FPM but works on Apache jquery.ajax() POST receives empty response with IE10 on Nginx/PHP-FPM but works on Apache nginx nginx

jquery.ajax() POST receives empty response with IE10 on Nginx/PHP-FPM but works on Apache


Please also check the Content-Type Header, since Apache and Nginx are sending different values:

Content-Type: text/html; charset=UTF-8

vs.

Content-Type: text/html; charset=utf8

Update your Nginx config, add this line:

charset UTF-8;