python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to rewrite returned paths when using a proxy
I have a use case where 2 applications are hosted on the same system, 1 externally (from the system) accessible, and 1 only accessible via localhost:8081.
I have tried http-proxy and http-proxy-middle...
Ty Savercool
Votes: 0
Answers: 0
Link tag in React is not working with devserver-proxy
I'm following this tutorial to make my React app (localhost:3000) communicate with Node server (localhost:5000) .. so instead of typing <Link to='localhost:5000/auth/google'>Login with Google<...

Hanniballs
Votes: 0
Answers: 0
React App doesn't make proxy calls after deployed to azure
Simple setup:
React App created with create-react-app
ASP.NET Core web API - a couple of controllers (currently no security until I make it work)
Both the API and Application are deployed to Azure.
...

Todor Paskalev
Votes: 0
Answers: 1