在Firefox中,我尝试调试应用程序时会遇到Fiddler错误,即使Fiddler没有运行。
[Fiddler] The socket connection to localhost failed.
ErrorCode: 10061.
No connection could be made because the target machine actively refused it 127.0.0.1:63222是什么导致了这一切。
发布于 2014-04-15 14:03:41
默认情况下,Fiddler不会在端口63222上运行。有两种可能性:
仅基于端口,我猜您安装了一些东西,安装了名为BrowserSafeguard的广告软件产品,该产品运行这样一个代理。假设这不是您想要的产品,您应该使用Add/Remove程序控制面板卸载它,然后修复Firefox代理设置。
https://stackoverflow.com/questions/23082529
复制相似问题