firewall - How to programmatically set Fiddler Win8 Loopback Exemptions? -
we need ensure fiddler exempting apps every build.
what we’re noticing after initial exempt all, , after couple of builds, our tests fail because apps no longer exempted.
we want programmatic way check , set exemptions before each test run ensure apps included.
i’ve searched registry , appears not using configuration file.
has anyone, ever, been able programmatically set fiddler exemptions?
enableloopback.exe
command-line utility included fiddler.
simply run -all
command-line argument automatically exempt application packages. alternatively, ctrl+click
winconfig
button in fiddler toolbar (which runs enableloopback.exe -all
itself).
Comments
Post a Comment