Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

657 B

Reverse Proxy

A Reverse Proxy server is a type of proxy server that typically sits behind the firewall in a private network and directs client requests to the appropriate backend server. It provides an additional level of security by hiding the server related details like IP Address to clients. It is also known as server side proxy.

Common Uses:

  • Load balancing
  • Web acceleration
  • Security and anonymity

Visit the following resources to learn more: