Microsoft's Fiddler is used to view all of the HTTP protocol information &
traffic between the machine and the Internet. Fiddler is a top notch HTTP Debugger
to read all the details of request and response headers, including content type,
cookies, forms value, query string value, referer url and everything.
Also install the add-ons: Syntax View Inspector (The SyntaxView
Inspector offers syntax-highlighting for HTML, JScript, XML, and other web formats)
and Web View Inspector (The WebView Inspector displays the response as it would
be rendered by Internet Explorer's HTML rendering engine).
Here is a collection of quick start videos. once you install
fiddler, the IE detects it automatically. but the mozilla dont.
How to bind the mozilla with fiddler? . The nice features
of fiddler includes: * Disabling the "Autoscroll Session List" will stop
scrolling, this avoid annoyance while we watch the session carefullty. * Mark particular
session with colors. * Select the Parent & Child request. * Hide image requests.
* Find Session. Other available HTTP Debuggers are:
MadeForNet's HTTP Debugger,
Charless web debugging proxy. Once you install fiddler, the IE detects
it automatically. but the mozilla don't.
How to bind the mozilla with fiddler? .