监控网络托管服务器上的传入请求
我有一个 GoDaddy 网络托管帐户(基于 Linux 的托管)。我可以安装 netcat 等应用程序来监控某个端口上对我的网站的所有传入请求吗?如果没有,我还有其他方法可以做到这一点吗?
我有一个接受 POST 数据的页面,我需要从硬件级别发送 POST 数据。我正在发送数据,但显然其格式不正确。我希望能够以原始 HTTP 形式查看服务器端收到的确切请求,并能够将其与通过另一个网页发送时收到的请求进行比较,以查找差异。
I have a web hosting account with GoDaddy (its a Linux based hosting). Can I install applications like netcat to monitor all incoming requests to my website on a certain port? If not, is there any other way I can do that?
I have a page that accepts POST data, and I need to send the POST data from hardware level. I'm sending the data but apparently its not in the correct format. I want to be able to see the exact request being received on the server end in raw HTTP form, and be able to compare it against the request received when sent through another web page to look for discrepancies.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您在服务器上具有 root 访问权限,则可以安装并运行 Wireshark。 Wireshark 将分析并显示来自 HTTP 连接的数据。
If you have root access on your server, you can install and run Wireshark. Wireshark will analyze and display the data from the HTTP connection.