3

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!

chama
  • 5,973
  • 14
  • 61
  • 77

1 Answers1

4

Look at FiddlerApplication.oAutoResponder.IsEnabled

EricLaw
  • 56,563
  • 7
  • 151
  • 196