0

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?

6 Answers6

7

As always: Firebug.

Tomas Aschan
  • 58,548
  • 56
  • 243
  • 402
erikkallen
  • 33,800
  • 13
  • 85
  • 120
  • Thanks, but I need a raw HTTP dump. Firebug organizes and parses the data. –  Sep 03 '09 at 13:04
3

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.

Dykam
  • 10,190
  • 4
  • 27
  • 32
3

HttpFox is one of my favorites.

Mark Biek
  • 146,731
  • 54
  • 156
  • 201
2

Firebug is good. My preference is Fiddler.

AnthonyWJones
  • 187,081
  • 35
  • 232
  • 306
0

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

Martin Lazar
  • 1,330
  • 16
  • 24
0

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 **

HttpWatchSupport
  • 2,804
  • 1
  • 17
  • 16