Fiddler [Fiddler] Connection to localhost. failed.

原文地址:http://blog.chinaunix.net/uid-20675015-id-1899931.html

在用Fiddler调试本机的网站时,即访问http://localhost,返回如下错误。

[Fiddler] Connection to localhost. failed.Exception Text: No connection could be made because the target machine actively refused it

解决方法:
打开Fiddler,菜单>Fiddler Options>General>Enable IPv6(if avaible)去掉该选项。

上一篇:Android 使用BroadcastReceiver的几种方法


下一篇:javascript – WebGL使用深度图绘制2D图像以实现伪3D效果