PHP Jquery Ajax call throws net::ERR_EMPTY_RESPONSE

前端 未结 8 1302
时光说笑
时光说笑 2020-12-02 18:43

I have the following JavaScript code in the page. When the ajax call is made, I could see that the browser inspect/debugger section throws net::ERR_EMPTY_RESPONSE

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 19:35

    I had same problem. i tried many solution advice but nothing worked. Finally i was able to fix this issue by using Ajax Get method instead post. But prefer this if you dont send sensitive data.

提交回复
热议问题