firewall - How to programmatically set Fiddler Win8 Loopback Exemptions? -


we need ensure fiddler exempting apps every build.

enter image description here

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

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -