0
点赞
收藏
分享

微信扫一扫

fillder4不间断提示the system proxy was change,看我解决


fillder4不间断提示the system proxy was change

  • ​​问题描述​​
  • ​​问题解决​​
  • ​​1.是否安装银联控件​​
  • ​​2.Internet属性设置​​
  • ​​3.fiddler4——>Rules——>Customize Rules​​

问题描述

fillder4又出现了新的问题。一打开还可以抓,过了几分钟后,就提示the system proxy was change……,就抓不了了。点了之后,可以抓了,过了几分钟,又提示。

问题解决

1.是否安装银联控件

有,就卸载掉。
我没有,则继续排查

2.Internet属性设置

fillder4——>Tools——>WinINET Options,把页面设置跟下图一样,并且跟随下图进行下一步操作

fillder4不间断提示the system proxy was change,看我解决_属性设置

fillder4不间断提示the system proxy was change,看我解决_属性设置_02

fillder4不间断提示the system proxy was change,看我解决_windows_03


我试了,结果,还是不行,继续百度排查

3.fiddler4——>Rules——>Customize Rules

添加代码

static function DoReattach(o: Object, ea: EventArgs)
{
ScheduledTasks.ScheduleWork(“reattach”, 1000, innerReattach);
}
static function innerReattach()
{
FiddlerApplication.UI.actAttachProxy();
}
static function OnRetire()
{
FiddlerApplication.oProxy.remove_DetachedUnexpectedly(DoReattach);
}

添加的位置如图

fillder4不间断提示the system proxy was change,看我解决_百度_04

再添加一处代码

FiddlerApplication.oProxy.add_DetachedUnexpectedly(DoReattach);

位置如图

fillder4不间断提示the system proxy was change,看我解决_百度_05


结果:还是会持续出现the system proxy was change,不过是闪现地出现,这也算是勉强解决了。

写于2021年8月4日12:13分。


举报

相关推荐

0 条评论