Skip to content
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

Reverse proxy docs #895

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open

Reverse proxy docs #895

wants to merge 2 commits into from

Conversation

phaneendraandukuri
Copy link
Contributor

Add docs to implement reverse-proxy


In computer networks, a reverse proxy is the application that sits in front of back-end applications and forwards client requests to those applications.

To implement reverse proxy we are using an npm package named `http-proxy`. Here is a sample implementation of reverse proxy:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dont we need to implement both the cases you worked on? One with ignorePath and one without?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants