Fiddler – the HTTP debugging proxy
November 9th, 2007
Podcast: Play in new window | Download
If you develop Web pages and you need to see what's actually in the traffic to and from the browser, you'll want to check out Fiddler. Fiddler is a really useful free add-on for Internet Explorer. It's particularly useful if you're developing Web applications that use AJAX, or if you want to investigate what actually gets sent to the server when you fill out an online form, or if your PC starts running slowly and you want to check whether there's lots of HTTP traffic going on that you weren't aware of. I found it interesting, and not a little alarming, to see how often passwords I type into a browser are sent up to the server as plain text that anyone along the way could read using a packet sniffer.
Take a look at the Quick Start screencast from fiddlertool.com:
This video is hosted at: http://www.fiddlertool.com/Fiddler/firstrun.asp
Potentially similar posts
- How to: Get a white screen – June 2011
- Use the existence of a file on the server to determine Javascript behaviour in the browser – November 2010
- Possibly the most useless error message ever – November 2010
- 5 cool Notepad++ tricks – October 2010
- UNIX on Windows (Microsoft’s little secret) – March 2010
