通过 http 进行 RMI 或 Corba Web 流量的网络检查?

发布于 2024-10-14 20:02:49 字数 242 浏览 1 评论 0原文

我正在寻找一种工具,可以帮助我和其他开发人员调试/检查富客户端应用程序和通信协议为 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 技术交流群。

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

发布评论

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

评论(1

能怎样 2024-10-21 20:02:49

您会发现在 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.

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