当我向服务器发送表单时如何捕获我的发布请求?

发布于 2024-10-27 12:48:06 字数 119 浏览 2 评论 0原文

我在网络服务器上的表单上遇到一些问题。为了解决这个问题,我想知道当我单击提交按钮时到底发送了什么。如何嗅探数据包并查看发送的参数?有没有一个好的工具可以让Mac准确地嗅探我正在做的这个帖子请求?

谢谢 马库斯

I face some problem with a form on a web server. To solve it I want to know what exactly gets sent, when I click the submit button. How can I sniff the packets and see the parameters who get sent? Is there a good tool for mac to sniff exactly this post request I am doing?

Thanks
Markus

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

美人迟暮 2024-11-03 12:48:06

如何嗅探数据包并查看发送的参数?

您可以使用 Wireshark(Windows、Linux 等)、NetworkMiner(Windows、Linux 等)或 Xplico (Linux) 等工具。使用这些工具中的每一个,您都可以捕获网络流量以查看 HTTP 请求和 HTTP 响应。

How can I sniff the packets and see the parameters who get sent?

You can use tools as Wireshark (Windows, Linux, ...), NetworkMiner (Windows, Linux, ...) or Xplico (Linux). With each of these tools you can capture the network traffic to view the HTTP-request and the HTTP-response.

没企图 2024-11-03 12:48:06

最简单的方法是使用 GET 并查看通过浏览器查询发送的内容(尽管您发送的方式可能是 AJAX 并且此方法不起作用)。

此外,您还可以使用 Firefox 的 Firebug 查看正在发送的内容。

the simplest way is using a GET and see what's being sent via the browsers' query (altough the way you are sending could be AJAX and this method won't work).

Aditionally you can use Firefox's Firebug to see what's being sent.

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