Skip to main content

Posts

Showing posts with the label reverse proxy

Brief note on 'Reverse Proxy'

 Hey there :), Hope you all are having a good day. Let us talk about reverse proxies and understand what it is? To understand reverse proxy one must understand what Proxy server actually is, so below is a brief and simple explanation for you. Proxy Server : This is the server which sits right in the middle of user and origin server. Its task is to take request from user and redirect it to appropriate server. Simple enough?  User 1 -------> |                                                      |<---------> Origin Server 1 User 2 ------ > |    <-------> Proxy<------> |<---------> Origin Server 2 User 3 -------> |                                           ...