HTTP调试器对HTTP请求有什么作用?

发布于 2025-02-02 23:47:29 字数 750 浏览 4 评论 0原文

我的程序将http请求发送到https://auth.riotgames.com/api/v1/authorization服务器。据我了解,CloudFlare已安装在那里,这通过发布403状态代码来阻止我的请求。 但是问题是,如果我运行http debugger( https://www.httpdebugger.com/ )服务器响应良好。这与代理的使用无关。当我试图与安装在另一台计算机上安装的提琴手(在我的机器上运行的HTTP调试器)连接时,可能与证书有关,如果Fiddler解密HTTP流量,它会开始使用403响应,如果没有解密,它会响应它美好的。

使用HTTP调试器:

在另一台计算机上使用HTTP调试器和提琴手: ”

如果不清楚,请提出问题。我会为任何建议感到高兴,这对我来说非常重要。

My program sends http requests to https://auth.riotgames.com/api/v1/authorization server. As I understand it, cloudflare is installed there, which blocks my requests by issuing a 403 status code.
But the problem is that if I run the Http Debugger (https://www.httpdebugger.com/) the server responds fine. This is independent of the use of a proxy. Might have something to do with the certificates as I tried to connect with Fiddler installed on another machine (with Http Debugger running on my machine) and if Fiddler decrypts the http traffic it starts responding with 403, and if it doesn't decrypt it responds fine.

With Http Debugger:
With Http Debugger

With Http Debugger and Fiddler on another machine:
With Http Debugger and Fiddler on another machine

If it's not clear, ask questions. I will be glad to any suggestions, for me it is very important.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文