Fiddler - Must Have for IE Development

October 9, 2007 | 3 Comments

If you do any web development for Internet Explorer, Fiddler is a must have application. Basically this is semi-equivalent to Firebug’s “Net tab”. If you have been using IE Developer Toolbar, this was a huge missing piece that can now be filled in.

Explanation of what it is from their site:

Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP(S) traffic, set breakpoints, and “fiddle” with incoming or outgoing data. Fiddler includes a powerful event-based scripting subsystem, and can be extended using any .NET language.

Fiddler is freeware and can debug traffic from virtually any application, including Internet Explorer, Mozilla Firefox, Opera, and thousands more.

You should also check out the video tutorial.

fiddler, fiddler2, firebug, ie, internet explorer, web, web development

Tags: , , , , , ,

Related: