I'm interested if there is some tool (preferably a firefox addon) that allows you to record http requests and view their response header and content.
I pretty much had them installed, but they don't allow monitoring http response body
YuriKolovsky
2010-08-28 10:16:58
+1
A:
Try HttpFox :
HttpFox monitors and analyzes all incoming and outgoing HTTP traffic between the browser and the web servers.
It aims to bring the functionality known from tools like HttpWatch or IEInspector to the Firefox browser.
Information available per request includes: - Request and response headers
- Sent and received cookies
- Querystring parameters
- POST parameters
- Response body
Paul Dixon
2010-08-28 10:11:39
+1
A:
I recommend using Charles, http://www.charlesproxy.com/.
Charles is a stand-alone application, not a browser addon (but it has browser integration) which I personally prefer, since it can monitor http traffic also outside the browser, for example when a swf is run locally or from an IDE, or any other http traffic on your system.
If you prefer a browser addon, I believe Fiddler is quite popular, http://www.fiddler2.com/.
Lars
2010-08-28 17:24:33