intellij idea GUI 有没有 http 监视器?就像 Netbeans 中的那样?
我是 netbeans 用户,现在我想切换到 Intellij IDEA。
但我在 Intellij IDEA GUI 中找不到任何像 Netbeans 中那样工作的 http 监视器。我想使用http监视器来查看Tomcat中的请求。
我尝试过插件Axis Tcp监视器,它一直说地址已在使用中:JVM_Bind。
有什么帮助吗?
I am a netbeans user, now I want to switch to Intellij IDEA.
But I can't find any working http monitor in Intellij IDEA GUI like the one in Netbeans. I want to use the http monitor to see the requests in Tomcat.
I have tried the plugin Axis Tcp monitor, it keeps saying Address already in use:JVM_Bind.
Any help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以尝试 TunnelliJ 插件。
You can try TunnelliJ plug-in.
您还可以考虑Axis TCP Monitor。与 TunnelliJ 相比,我更喜欢它,因为它具有 XML 格式选项,允许您从 IDE 本身读取 xml 请求/响应对象。
You can also consider Axis TCP Monitor. I prefer it over TunnelliJ because it has XML Format option, which allows you to read xml request/response objects from the IDE itself.
如果您不坚持使用
Intellij Idea
工具/插件并允许使用外部工具,我建议尝试Telerik Fiddler 4
:https://www.telerik.com/download/fiddler
除此之外,它还可以解密 ssl 流量设置自己的证书。
If you will not stick to
Intellij Idea
tools/plugins and allow usage of external tools, I suggest to give a try toTelerik Fiddler 4
:https://www.telerik.com/download/fiddler
Among other things it could decrypt ssl traffic setting own certificate.