When there is something that fires Ajax or XHR Request, sometimes, if the php
(or other server side script) has some fatal error, the Chrome browser returns such response:
However, if we manually open that failing url, then the browser shows the output from that page (i.e. Fatal error - $variable not defined
or whatever ).
How to see that actual response message in chrome, instead of the 500 (Internal Server Error)
?