This post originated from an RSS feed registered with .NET Buzz
by Sean McCormack.
Original Post: Cool Tool: Fiddler (HTTP Debugging Proxy)
Feed Title: Vini Vidi Vici - Sean McCormack's Blog
Feed URL: http://smccormack.blogs.com/adapdev/SyndicationService.asmx/GetRss
Feed Description: Sean McCormack's Blog, focusing on various aspects of .NET development, open source projects, recommended books and tools
Fiddler is a HTTP Debugging Proxy which logs all HTTP traffic between your computer
and the Internet. Fiddler allows you to inspect all HTTP Traffic, set breakpoints,
and "fiddle" with incoming or outgoing data. Fiddler is designed to be much simpler
than using NetMon or Achilles, and includes a simple but powerful JScript.NET event-based
scripting subsystem.