监控来自非浏览器的 ssl http 请求
你好 我想监视 exe 生成的 SSL http 请求。有什么工具可以帮助我吗?
我尝试提琴手,但它无法提供有关标头字段等的信息。
Hi
I want to monitor SSL http request generated out of a exe. Is there any tool that can help me?
I trying fiddler but it cannt give information about header fields and etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试查尔斯:http://www.charlesproxy.com/
(您必须接受中间 SSL 证书)
You can try Charles : http://www.charlesproxy.com/
(you will have to accept the intermediate SSL certificat)
Fiddler 和 Charles 是代理服务器。因此,您的 exe 必须配置为使用代理服务器才能监控它。
如果您不想或无法更改 exe 设置,则可以使用 HTTP 调试器,它适用于网络级别并监视来自计算机的所有输入/输出 http 流量,包括桌面应用程序和网络服务。
Fiddler and Charles are proxy servers. So your exe must be configured to use proxy-server in order to monitor it.
If you don't want or can't change your exe settings, then you can use HTTP Debugger, which works on network level and monitors all in/out http traffic from your computer, including desktop applications and network services.