Implementing http-proxy-middleware in production #881
Unanswered
SaranyaPonnusamy-TDM
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Requirement:
All request from client side should come to proxy and be redirected to server.
Work around:
I have installed ' http-proxy-middleware' in my react application
It's working properly in local, but if i move to production it throws 405.
Also i tried running the application via docker container, same issue happens. The client request to proxy throws 405
Can i use http-proxy-middleware in production in React Application ?
Beta Was this translation helpful? Give feedback.
All reactions