Fiddler在IE7下不work
Fiddler在IE7下对本地的服务器不起作用了,解决方法:
1.修改host文件
在C:WINDOWSsystem32driversetc用记事本打开host文件,增加一行记录,如127.0.0.1 local
这样你就可以通过local来访问并能被Fiddler拦截到了。
2.采用localhost.,注意localhost后面有一个点不能少
3.原生fiddler的办法:在 fiddler options/connections/IE should bypass fiddler for URL that start with: 这里填上:localhost
