Skip to main content

One doc tagged with "reverse proxy"

View All Tags

Backend interface proxy problem

When the front-end project and the back-end project are not deployed on the same server or on different ports of the same server, the front-end project cannot access the back-end interface. In this case, a reverse proxy is needed to proxy the front-end request to the address where the back-end project is deployed.