Saturday, February 14, 2009

Fiddler : HTTP Traffic Debugger Proxy

While studying the basis of “ADO.NET Data Services”, I came to know about an excellent tool called “Fiddler”.

  • HTTP Web Debugger Proxy
  • Logs all the HTTP Traffic
  • so able to view all HTTP communication, in may formats (as RAW format, as XML.. and may more options).

really useful, if you haven’t used yet, consider this. Here it is :http://www.fiddlertool.com/

Info about “Fiddler” in MSDN:
http://msdn.microsoft.com/en-us/library/bb250446.aspx

fiddler-Http-Debugger

Earlier while starting with .NET 2.0 XML web services, I was struggled to trace SOAP messages communication. I don’t heard about this that time. Fortunately now no problem about that. :-)