Fiddler | App of the week
Fiddler allows you to inspect web browser traffic, see what Internet Explorer (or Firefox) is up to. Very useful for web developing and debugging, and for other purposes, too, such as sussing out the link so I could bring you this.
Of course, there are more technical things you can do – debugging SOAP sessions is one thing I’ve used, which is especially useful when talking to Microsoft Dynamics CRM over XML.
From the site, here’s a more technical description:
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.
Tags: debug, Dynamics CRM, fiddler, Firefox, http, Internet Explorer, SOAP, XML