Skip to content

Instantly share code, notes, and snippets.

@lxynox
Created June 30, 2019 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lxynox/2ee8a6b67b81ae2fdf49bc41a026064f to your computer and use it in GitHub Desktop.
Save lxynox/2ee8a6b67b81ae2fdf49bc41a026064f to your computer and use it in GitHub Desktop.

Proxy

First of all, the word "proxy" describes someone or something acting on behalf of someone else.

In the computer realm, we are talking about one server acting on the behalf of another computer.

Forward proxy

Acting on behalf of client (browser)

forward proxy

  • serves Users: help Users access the Server
  • grant the client anonymity

CORS anywhere

https://github.com/Rob--W/cors-anywhere

Reverse proxy

Acting on behalf of server

reverse proxy

  • serves Server, protect Server from user
  • grant back end servers anonymity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment