通过 http 进行 RMI 或 Corba Web 流量的网络检查?
我正在寻找一种工具,可以帮助我和其他开发人员调试/检查富客户端应用程序和通信协议为 RMI/HTTP 或 Corba/HTTP 的服务器之间的网络流量。
我已经有了我喜欢的 Charles Proxy,但它不理解有效负载,只是将它们解释为八位字节-stream,十六进制垃圾。
独立程序或 Eclipse 插件都可以使用。
I am looking for a tool that would assist me and other developers in debugging/inspecting the network traffic between a rich client application and a server where the communication protocol is either RMI/HTTP or Corba/HTTP.
I already have Charles Proxy, which I LOVE, but it doesn't understand the payloads and just interprets them as octet-stream, hexadecimal garbage.
Either a stand alone program or an Eclipse plugin would work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您会发现在 RMI/JRMP 的情况下这非常困难,因为它需要 Java 以及所有应用程序和库类的可用性才能正确反序列化流。如果没有它,流甚至无法被解析。
在 IIOP 的情况下,我确信有可用的嗅探器,甚至可能是 Wireshark 插件。
You'll find that very difficult in the case of RMI/JRMP, as it requires Java and the availability of all the application and library classes to deserialize the stream correctly. Without that the stream can't even be parsed.
In e case of IIOP I'm sure there are sniffers available, maybe even a Wireshark plugin.