标签: ajax google-chrome debugging xmlhttprequest web-inspector
当某些东西触发 Ajax 或 XHR请求时,有时,如果php(或其他服务器端脚本)出现致命错误, Chrome 浏览器返回以下响应:
php
但是,如果我们手动打开该失败的URL,则浏览器将显示该页面的输出(即Fatal error - $variable not defined或其他任何内容)。 如何在Chrome中看到实际的响应消息,而不是500 (Internal Server Error)?
Fatal error - $variable not defined
500 (Internal Server Error)