Fiddler 2 Wipes My Internet Explorer Proxy Settings
回答1
Fiddler changes your proxy settings on startup and reverts them back to what they were before you started when Fiddler is closed.
However, that doesn't really explain your problem, because when Fiddler is running it will use your old proxy server as an upstream proxy, and when you shut it down, it reverts the settings back to what they were before.
If you don't want to use Fiddler with IE, uncheck the "Act as system proxy" checkbox inside Tools / Fiddler Options; note that you'll need to manually configure your application or framework (e.g. .NET) to use 127.0.0.1:8888 as a proxy though.
标签:Fiddler,Explorer,Settings,when,proxy,Internet,your From: https://www.cnblogs.com/chucklu/p/16858444.html