How to find whether Ajax request successfully send by Fire-bug add-on?

亡梦爱人 提交于 2019-11-27 06:56:53

问题


Please can some one explain me how to use Fire-bug add-on to check about whether Ajax request successfully send from our application ???


回答1:


When you turn on Firebug, there's tab called 'Network' - there are shown all requests, especially ajax. The network tab allows you to filter requests and check request/response headers, status code, and message.

So, if you turn on Firebug and open Network tab (it's possible you'll have to enable tracking first, in that case it will show appropriate message), you will see if there was a request, where you expected it should be.

To see only ajax requests, check XHR on top bar, just under general tabs.




回答2:


It will display in 'console' tab in firebug. i show you ajax call and request. it show ajax request like if ajax is successful then is gives 200 request and display the data or if the ajax request if fails is gives you a 301 request or some other request.



来源:https://stackoverflow.com/questions/7412353/how-to-find-whether-ajax-request-successfully-send-by-fire-bug-add-on

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!