Error - Failed to register Fiddler as the system proxy
问题 When I try to run FiddleApplication.Startup(startupConfig) FiddlerCoreStartupSettings startupSettings = newFiddlerCoreStartupSettingsBuilder() .ListenOnPort(0) .RegisterAsSystemProxy() .DecryptSSL() .Build(); FiddlerApplication.Startup(startupSettings); In my log events I see: Starting FiddlerCore/4.6.20191.7809 (NoSAZ)... ** LogString: !WARNING: The DefaultLAN Gateway information could not be obtained. ** NotifyUser: Error - Failed to register Fiddler as the system proxy. I'm running the