需要 Java https 代理,可以对其进行增强以模拟生产 https 代理行为
我有一个生产环境,需要通过代理服务器访问。有时,服务器返回空白响应,严重混淆了 Metro Web 服务库,导致各种有趣的运行时异常。我相信代理是 Squid。
为了更好地处理这些问题,我想在这里设置一个类似的场景,并在我的控制下使用本地代理,从而导致各种有趣的失败。一项快速调查强烈表明我的要求不对。
那么,问题是,是否有一个简单的、开源的 HTTPS/HTTP 代理(无论用 Java 编写)适合此目的?
I have a production environment which require access through a proxy server. Occasionally said server returns blank responses badly confusing the Metro web service library causing all kinds of interesting RuntimeExceptions. I believe the proxy is Squid.
In order to handle these better, I would like to set up a similar scenario here with a local proxy under my control causing all kinds of interesting failures. A quick survey strongly indicated I was not asking right.
So, the question is, is there a simple, open source HTTPS/HTTP whatever proxy written in Java suitable for this purpose?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许 Apache TCPMon 可能有用。
Maybe Apache TCPMon could be useful.