tommut / HttpRequester

HttpRequester add-on for Firefox
https://addons.mozilla.org/En-us/firefox/addon/httprequester/
161 stars 39 forks source link

Possible to see document requests? (i.e. not requests done by hand) #2

Closed cpg closed 9 years ago

cpg commented 9 years ago

Is it possible to see REST requests generated by documents/js?

Great job on the extension!

I have a small page that does some ajax requests to get json data and populate a page. I'd like to see the requests and the responses to facilitate debugging on both sides.

Can that be done with this extension?

If so, can you specify how?

If not, any suggestions on alternative extensions or methods to do what I would like to do? (without resorting to network traffic analyzers)

Thanks and great job!

cpg commented 9 years ago

Oh, I forgot I can do it with Firebug. Duh. I guess you can answer if that can be done with this extension :)

tommut commented 9 years ago

Thanks cpg - HttpRequester can not record/display requests made outside of the HttpRequester app. As you found, Firebug (or the Firefox Web Developer tools) will do what you're looking for.