Reputation:
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?
Upvotes: 0
Views: 5113
Reputation: 2844
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 **
Upvotes: 0
Reputation: 1340
You may try Web Developer extension for Firefox. It has many handy tools and can show you server response and header as well.
Upvotes: 0