Fiddler在win 8.1上启用Decrypt http流量选项时更改代理设置

时间:2016-08-16 23:25:54

标签: c# google-chrome fiddler http-proxy

My fiddle was working fine until now , but when I'm trying to capture HTTP traffic in fiddler with settings enter image description here

As I start capturing then Fiddler changes my proxy setting and it loses internet connectivity.

启用fiddler捕获之前的代理设置

enter image description here

启用捕获后,代理设置会更改

enter image description here

Also I tried to select and unselect other options like "Act as a system proxy on startup" but no luck and ports other than 8888 but still no luck.

1 个答案:

答案 0 :(得分:1)

Fiddler是代理人。因此,它必须将自己设置为系统代理,以便流量流向它。事实上,即使未启用HTTPS解密,它也会在您启动时更改代理设置。它也需要成为捕获HTTP流量的代理。

我怀疑启用HTTPS解密时会失去互联网连接。您确定不仅仅是HTTPS连接遇到问题吗? HTTP没有工作吗?如果是这样,那很可能是Fiddler生成根证书的问题,你可以从" Actions"屏幕截图上的按钮,然后重试。