Search code examples
savepackagelivefiddlerautosave

How to save live the data from Fiddler to use it for other program?


I use Fiddler2 and I capture packages. I want this packages to save live or autosave to a directory. So I want to found it there and proccesing it. Any suggest?


Solution

  • You would write a script (Rules > Customize Rules > OnBeforeResponse) to do this; see https://groups.google.com/forum/#!searchin/httpfiddler/fiddler$20automatically$20save/httpfiddler/s7GHCLcJJF8/GoAGLHbw-KAJ for example.