How do i enable the highlighted Fiddler option in FiddlerCore? Use PAC Script
https://i.stack.imgur.com/QzvrH.png
I've looked through all the docs and have browsed through all available settings presented by Fiddler.CONFIG
and FiddlerCoreStartupFlags
but cannot find a way to get FiddlerCore to register as a proxy using its internal pac script rather than a system wide proxy.
What am i missing here?
Interestingly, this isn't currently exposed in FiddlerCore;
CONFIG.bHookWithPAC
is markedinternal
.In builds after 4.4.9.8, this will be exposed as
FiddlerCoreStartupFlags.HookUsingPACFile
.