vote up 1 vote down star
1

I'm familiar with LiveHTTPHeaders and TamperData which can show what is going to be sent to the web server. However, I also want to study the server responses. How can I do this?

flag
What's the problem? LiveHTTPHeaders also shows the response headers. – Jeremy Stein Sep 3 at 18:30

6 Answers

vote up 7 vote down

As always: Firebug.

link|flag
Thanks, but I need a raw HTTP dump. Firebug organizes and parses the data. – elmatador Sep 3 at 13:04
vote up 1 vote down

Firebug is good. My preference is Fiddler.

link|flag
vote up 3 vote down

I recommend Fiddler. It shows all traffic organized per request, and offers multiple ways to view the request and response. Like formatted xml, javascript, post body. It also decodes when needed. If I'm right it also offers an firefox integration addon.

link|flag
Yes later versions now integrate with FF, you can configure FF to use fiddler when fiddler is capturing. – AnthonyWJones Sep 3 at 10:59
vote up 0 vote down

You may try Web Developer extension for Firefox. It has many handy tools and can show you server response and header as well.

link|flag
vote up 0 vote down

On Windows, you could use HttpWatch. It will save the complete HTTP response from the server, including all binary content.

There is a free version available, but it is limited to sites in the Alexa Top 20.

** Disclaimer: This answer was posted by Simtec Limited, the makers of HttpWatch **

link|flag
vote up 1 vote down

HttpFox is one of my favorites.

link|flag
+1 for the mentioning this add-on. I just downloaded and tried it it really cool! – Shiva Sep 3 at 16:20

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.