Fiddler - http debugging proxy (http/https)
Posted on July 31, 2007 by bigidea
FROM www.fiddlertool.com
—————————
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 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.
————————–
Was able to monitor raw data including passwords being sent as clear text! , verify ssl state, post data, etc.
Filed under: Geek