We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
egg-http-proxy无法处理目标网站为https协议的网站
Provide a mini GitHub repository which can reproduce the issue. Use npm init egg --type=simple bug then upload to your GitHub
npm init egg --type=simple bug
Steps to reproduce the behavior: 1.按照官方教程进行配置 2.await this.ctx.proxyRequest(xxxxxx)
Expected behavior 查看了一下eggjs/egg-http-proxy的源码,发现没有对协议进行处理
The text was updated successfully, but these errors were encountered:
Hello @Great-old-one. Please provide a reproducible example following the instruction.
Issues labeled by Need Reproduce will be closed if no activities in 7 days.
Need Reproduce
@Great-old-one,请根据这个说明提供最小可复现代码。
如果在 7 天内没有进展会被自动关闭。
Sorry, something went wrong.
No branches or pull requests
What happens?
egg-http-proxy无法处理目标网站为https协议的网站
Mini Showcase Repository(REQUIRED)
How To Reproduce
Steps to reproduce the behavior:
1.按照官方教程进行配置
2.await this.ctx.proxyRequest(xxxxxx)
Expected behavior
查看了一下eggjs/egg-http-proxy的源码,发现没有对协议进行处理
Context
The text was updated successfully, but these errors were encountered: