How to replay fiddler properly
I have a desktop app that makes 20 calls to the web. How ever 10 calls in it are the same just that these post calls have different params. Each subsequent call is dependent on part of the previous call. I have received the client’s problematic scenario fiddler logs. When I looked up the the internet, it says that I need to breakpoint and reply for each call.
How to set the config paths in Fiddler
I want to call Fiddler from an automation script, and store data in a specific location on the C drive. The default location is specified below. I can override this by changing CONFIG.GetPath(“Captures”) to something like c:FiddlerDataCaptures in the below script.
But how do I change the CONFIG paths themselves? I can’t find any way to do that. Do I need to update the registry?