You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce
Create two or more Proxies in the devServer> proxy of vue.config.js
Post request via Axios to second proxy
Ensure that the request is issued to the first proxy
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
Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you!
Version
3.0.0-beta.6
Reproduction link
114e085#diff-4e2c5ed8c804940845a451b7ffe71fcc
Steps to reproduce
Create two or more Proxies in the devServer> proxy of vue.config.js
Post request via Axios to second proxy
Ensure that the request is issued to the first proxy
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: