Search code examples
fiddlerauto-responder

Check if Fiddler's AutoResponder is enabled via FiddlerScript


Is it possible to check if AutoResponder is enabled using only FiddlerScript?

I have some code that modifies request headers, but I only want that code to fire when AutoResponder is on. I looked through the API but didn't see anything obvious.

Thanks!


Solution

  • Look at FiddlerApplication.oAutoResponder.IsEnabled