调试浏览器发送的数据
有没有一种简单的方法如何查看网络浏览器发送到服务器的数据(包括标头和发布数据)?最好是某种适用于 chrome 或 firefox 的扩展/插件?
干杯, 汤姆
Is there a simple way how can I see what data exactly is webbrowser sending to server including header and post data? Preferably some kind of extension/plugin for chromium or firefox?
Cheers,
Tom
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Chrome 已经带来了开发者工具。您可以通过
Cmd+Alt+I
或Wrench
访问它们 ->工具
->开发人员工具
。 Firefox 上有一个类似的工具,作为优秀的“Firebug”扩展。这个扩展实际上是所有这些扩展的源头,也是所有当前发布的扩展的灵感来源。Chrome already brings Developer Tools. You can access them via
Cmd+Alt+I
orWrench
->Tools
->Developer Tools
. A similar tool is available on Firefox as the excellent "Firebug" extension. This one is actually the mother of all those extensions and is the inspiration of all of the currently shipped ones.萤火虫(火狐)
开发人员工具或 Firebug Lite (Chrome)
您可以使用网络分析器分析数据。
Firebug (Firefox)
Developer tools, or Firebug Lite (Chrome)
You can analyse the data using the Network profiler.
我猜你已经尝试过 firebug 或 chrome 开发工具,但没有找到足够的细节/控制,所以尝试一下这个,对于 firefox : http://livehttpheaders.mozdev.org/
I guess you already tried firebug or chrome developer tools, and didn't find enough details/control, so try this one, for firefox : http://livehttpheaders.mozdev.org/