Reverse Proxy


https://en.wikipedia.org/wiki/Reverse_proxy

Reverse Proxy is kind of proxy which exists on server side. It handle the inbound request to the server and outbound the response. It can be used on API discovery, load balancer, Authentication, Caching and etc.

Forward Proxy is kind of proxy which exists on Client side. It handle the inbound request to internet and outbound the result.

Comments

Popular Posts