在 Eclipse 中查看 http POST 和 GET 数据的最简单/最佳方法?有什么插件/工具吗?
我的 Eclipse 是一个插入了 Aptana 3 beta 的 SpringSource 工具套件。它是一个野兽......但我可以找出如何监视纯 http POST 和 GET 数据。
我想必须有一种方法来启动某种只打印纯请求数据的网络服务器......
也许有人可以向我指出一些不错的解决方案? (httpfox 插件无法在 Firefox 4 上运行)
谢谢!
My Eclipse is a SpringSource tool suite with Aptana 3 beta plugged in. It's a beast...but I can find out how I can monitor pure http POST en GET data.
There must me a way to start some kind of web server that just prints the pure request data I guess...
Someone can point me out to some nice solutions perhaps? (and the httpfox plugin doesn't work on Firefox 4)
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
Fiddler 的作用就像魅力一样,可以满足类似的需求。请参阅http://www.fiddler2.com/fiddler2/
Fiddler works like charm for similar needs. See http://www.fiddler2.com/fiddler2/
LiveHTTPHeaders 版本 0.17 适用于 FF4。
http://livehttpheaders.mozdev.org/installation.html
另一方面,如果你想要要拥有一个简单的 HTTP 服务器来转储每个请求,请检查 netcat。它可以充当服务器等。
LiveHTTPHeaders version 0.17 works on FF4.
http://livehttpheaders.mozdev.org/installation.html
On the other hand, if you want to have a simple HTTP server to dump every request, check netcat. It can act as a server among other things.
在这里您可以找到带有屏幕截图的简短教程。
http:// /www.avajava.com/tutorials/lessons/how-do-i-monitor-http-communication-in-eclipse.html?page=1
Here you can find brief tutorial with screenshot.
http://www.avajava.com/tutorials/lessons/how-do-i-monitor-http-communication-in-eclipse.html?page=1
只是想指出 HttpFox 确实可以在 Firefox 4 上运行。
https://addons.mozilla.org/en-US/firefox/addon/httpfox/
Just wanted to point out that HttpFox does indeed work on Firefox 4.
https://addons.mozilla.org/en-US/firefox/addon/httpfox/
我也发现了一种更简单的方法,使用 SpringSource Toolsuite 有一个内置功能:
右键单击我的网络服务器并选择监控。
I just found an easier way too, using SpringSource Toolsuite there is a built in feature:
right-clicking my web server and choosing monitoring.