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

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论