IE 版本的 Firefox 实时 HTTP 标头
是否有适用于 IE 的 Firefox Live HTTP Headers 的免费等效项?
代理服务器没问题,只要它们是免费的。
Is there any free equivalent of Firefox's Live HTTP Headers for IE?
Proxy servers are okay, provided they are free.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Fiddler 是 http 调试代理的黄金标准。而且它是免费的(就像啤酒一样)。
Fiddler is the gold standard of http debugging proxies. And it is free (as in beer).
http://www.blunck.info/iehttpheaders.html
http://www.blunck.info/iehttpheaders.html
我认为最适合这项工作的工具是 Wireshark。
您不仅可以检查 HTTP,还可以检查更多内容。
I think that the best tool for the job would be Wireshark.
Not only you can inspect HTTP, but a lot more.
使用 HTTP 监视的全部目的是查看基于 SSL 的连接中的 HTTP 数据包。当您使用 Wireshark 时这是不可能的。
The whole purpose of usinh HTTP watch was to see the HTTP packets in SSL based connection. That is not possible when you use Wireshark.