我如何让Fiddler停止忽略对本地主机的访问? [英] How do I get Fiddler to stop ignoring traffic to localhost?

查看:322
本文介绍了我如何让Fiddler停止忽略对本地主机的访问?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用Fiddler监视HTTP请求时&在Internet Explorer中,响应将忽略定向到 http://localhost 的所有流量.

When using Fiddler to monitor HTTP Requests & Responses in Internet Explorer it ignores all traffic directed to http://localhost.

推荐答案

在本地主机上进行调试时,要使Fiddler捕获流量,请在按F5键开始进行脱位后,更改地址,以便本地主机具有".之后.

To get Fiddler to capture traffic when you are debugging on local host, after you hit F5 to begin degugging change the address so that localhost has a "." after it.

例如,您开始调试,并且地址栏中有以下URL:

For instance, you start debugging and the you have the following URL in the Address bar:

http://localhost:49573/Default.aspx

将其更改为:

http://localhost.:49573/Default.aspx

点击进入,Fidder将开始接载您的流量.

Hit enter and Fidder will start picking up your traffic.

这篇关于我如何让Fiddler停止忽略对本地主机的访问?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆