Search code examples
httptcpnetwork-tools

Are there any tool for monitoring HTTP response?


Are there any tool for monitoring HTTP responses? so open such tool up. give it URL. And it goes to it and brings you back not only body of http response but all http response.


Solution

  • Fiddler2

    http://www.fiddlertool.com/fiddler2/version.asp

    Fiddler acts as an http proxy, it lets you examine outgoing requests and incoming responses (raw headers, data, everything). It also lets you change requests, resend them and manipulate them directly. It is invaluable.

    alt text
    (source: fiddler2.com)