Video icon
Video Tutorials
Fiddler Logo Use FiddlerCap to capture SAZ Files which can be emailed to experts for debugging purposes
Try FiddlerCap
The simple traffic capture tool
RSS Icon Get Fiddler! Addons Help & Documentation Developer Info Discuss Contact

Fiddler - Frequently asked questions

Q: Can I change the Text Editor used by Fiddler to something other than Notepad?

A: Yes. 

  • Close Fiddler.
  • Run RegEdit
  • Navigate to HKCU\Software\Microsoft\Fiddler2
  • Add a new REG_SZ named TextEditor
  • Set the new registry value to the path to your text editor.

Q: Can I change the file comparison tool used by Fiddler to something other than WinDiff?

A: Yes. 

  • Close Fiddler.
  • Run RegEdit
  • Navigate to HKCU\Software\Microsoft\Fiddler2
  • Add a new REG_SZ named CompareTool
  • Set the new registry value to the path to your text comparison tool.

Q: I like to navigate around a site then do a "search" for a text on all the logged request/responses. I was curious if Fiddler automatically decompressed gzipped responses during search?

A: Fiddler does not decompress during searches by default, since it would need to keep both the compressed and decompressed body in memory (for data integrity reasons).

In current versions of Fiddler, you can tick the "Decode Compressed Content" checkbox on the Find dialog.

Q: The HTTPS protocol was designed to prevent traffic viewing and tampering.  Given that, how can Fiddler2 debug HTTPS traffic?

A: Please see the topic Decrypting HTTPS traffic with Fiddler2.

Q: I have another problem.

A: Check the Known Issues or ask in the community!