-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
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
Adding documentation for using multiple proxies #3348
Comments
The standard way to proxy a single API is with the string syntax:
My understanding is that
Unfortunately, I am not able to produce equivalent results. When using the latter syntax, the requests to that API do not get proxied. Instead, they are sent to |
Related to issue facebook#3348
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs. |
@jbranchaud is It working? I tried to use in react-scripts 2.0.4 but it did not work. |
+1 bump
|
I noticed in issue #1780 that there was discussion around support for declaring multiple proxies in development. It looks like this was implemented in #1790 and included as part of react-scripts 1.0.0 (#2172).
I'd like to add documentation to the README for this feature, but I'm having trouble figuring out the exact semantics of it. I'm going to continue to investigate how it works. Any pointers in the right direction would be much appreciated.
The text was updated successfully, but these errors were encountered: