Fiddler 2 Wipes My Internet Explorer Proxy Settings
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这个软件启动时会加上http=127.0.0.1:8888;https=127.0.0.1:8888在代理中并启动,这相当改动了网络出口,
这时如果vpn是连接状态它就会断开,你重新连接就行了。
你在使用这个软件时,按照这样的顺序就没有问题,先启动fiddler在连接vpn。在关闭fiddler软件时它自动去掉代理,这时它又改变了网络出口,vpn就会断开,这时你重新连接一下就好了。
作者:Chuck Lu GitHub |
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
2021-11-04 Google Colab Tips for Power Users
2021-11-04 跟李沐学Ai 04 数据操作 + 数据预处理【动手学深度学习v2】
2021-11-04 What's the technical reason for "lookbehind assertion MUST be fixed length" in regex?
2021-11-04 What do 'lazy' and 'greedy' mean in the context of regular expressions?
2021-11-04 How to return View with QueryString in ASP.NET MVC 2?
2021-11-04 正则非获取匹配 Lookahead and Lookbehind Zero-Length Assertions
2021-11-04 regex length 正则长度问题