What about Creativity ?
Posts tagged HTTP Debugger
Fiddler – HTTP Debugging Proxy
0This is a quiet nice tool, that i have been using for sometimes now.
What is Fiddler?
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.
The website is available here.
Recent Comments