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
3.0.0-beta.6
114e085#diff-4e2c5ed8c804940845a451b7ffe71fcc
We expect the request to be issued to the appropriate proxy.
For Multi Proxy, requests other than GET go to the first Proxy path
This seems to have occurred as a modification of the issue #945
In the PR 114e085#diff-4e2c5ed8c804940845a451b7ffe71fcc, the request other than GET is treated as true.
Therefore, in case of multi proxy, requests other than GET are directed to the first proxy.
The text was updated successfully, but these errors were encountered:
c4c4bff
No branches or pull requests
Version
3.0.0-beta.6
Reproduction link
114e085#diff-4e2c5ed8c804940845a451b7ffe71fcc
Steps to reproduce
What is expected?
We expect the request to be issued to the appropriate proxy.
What is actually happening?
For Multi Proxy, requests other than GET go to the first Proxy path
This seems to have occurred as a modification of the issue #945
In the PR 114e085#diff-4e2c5ed8c804940845a451b7ffe71fcc, the request other than GET is treated as true.
Therefore, in case of multi proxy, requests other than GET are directed to the first proxy.
The text was updated successfully, but these errors were encountered: