3

I am using Google Chrome Developer Tools to try to see the response of some AJAX url's.

The problem is that when I click on the NETWORK TAB, then on the link, then on RESPONSE, I see this text : "THIS REQUEST HAS NO RESPONSE DATA AVAILABLE".

I have been using FIREBUG and I am 100% sure there is a response from that page.

Can somebody help with this ?

Thank you !

4

1 回答 1

0

您可以尝试手动检查是否有响应因此,通常在处理 ajax 时,在大多数情况下我们使用 POST,您可以创建一个“相同结构”页面来处理相同的输入/响应,但使用 Get 方法并打印输出数据正常。

这样您就可以很容易地查看脚本中是否有任何响应/错误

于 2015-06-07T16:37:04.063 回答