HTTP & HTTPS Logging Using Fiddler
Introduction
If you've reached this page, chances are good that you
were asked to collect a HTTP log file.
Usually, this action is performed to track down a bug in your
web-browser or a website.
You can use Microsoft Fiddler to take a snapshot of
HTTP traffic, and send that snapshot to a debugging buddy who can fix
the bug.
To get started, just follow the steps below.
Step-by-step instructions
- Download Microsoft Fiddler.
- Install Fiddler by running the FiddlerSetup.exe file.
- If your scenario involves HTTPS traffic, install
Microsoft RPASpy.
- Close all instances of Internet Explorer.
- Start a new instance of Internet Explorer.
- Click the Fiddler icon
in the Internet Explorer toolbar, or start Fiddler using the Start menu.
- Unless your debugging buddy has asked you to skip this step,
click Tools | Clear WinINET Cache inside Fiddler.
- Unless your debugging buddy has asked you to skip this step,
click Tools | Clear WinINET Cookies inside Fiddler.
- Use Internet Explorer's address bar to go to whatever site is having
problems, and do whatever steps are needed to cause the problem to occur.
- Verify that new lines (representing HTTP requests) are showing up in the Fiddler
HTTP Sessions list.
- Click Edit | Select All in the Fiddler menu system. All HTTP
Sessions are selected.
- Click File | Save | Sessions | in ArchiveZip... and save the
.SAZ (or .ZIP) file to your
desktop.
- Wait for the sessions to be stored in the file. This may
take a minute; Fiddler's status bar will say "Archive Complete" when
done.
- Email the .SAZ (or .ZIP) file from your desktop to your debugging buddy.
If you have a problem performing any of these steps, contact your
debugging buddy and tell them at which step there was a problem. Be sure to
communicate any error messages you encountered.
* In earlier versions of Fiddler, Session Archives
are stored in .ZIP files. In current versions, Session Archives are
stored in .SAZ files. The format did not change, but the
file-extension did. If you rename a .SAZ file to .ZIP, it will still
work.
< Back to Help Homepage
©2008 Microsoft Corporation
|