Archive for February, 2008

Tools to view the HTTP requests you are sending…

FireFox: LiveHTTPheaders

IE:  ieHTTPheaders

It will:

  • Help debugging web application.
  • See which kind of web server the remote site is using.
  • See the cookies sent by remote site.

Leave a Comment