调试浏览器发送的数据

发布于 2024-12-05 11:41:28 字数 95 浏览 0 评论 0原文

有没有一种简单的方法如何查看网络浏览器发送到服务器的数据(包括标头和发布数据)?最好是某种适用于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

妳是的陽光 2024-12-12 11:41:28

Chrome 已经带来了开发者工具。您可以通过 Cmd+Alt+IWrench 访问它们 -> 工具 -> 开发人员工具。 Firefox 上有一个类似的工具,作为优秀的“Firebug”扩展。这个扩展实际上是所有这些扩展的源头,也是所有当前发布的扩展的灵感来源。

Chrome already brings Developer Tools. You can access them via Cmd+Alt+I or Wrench -> 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.

残疾 2024-12-12 11:41:28

萤火虫(火狐)
开发人员工具或 Firebug Lite (Chrome)

您可以使用网络分析器分析数据。

Firebug (Firefox)
Developer tools, or Firebug Lite (Chrome)

You can analyse the data using the Network profiler.

旧夏天 2024-12-12 11:41:28

我猜你已经尝试过 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文