@Manish : 1. Proxy : We are trying to connect to resource server. From client side, i sent a request to a server (Note: this server will be on client side). This server sent request to resource server and retrieves the response and sent back to client. 2. Reverse Proxy : From the client side, i directly sent request to a server (But this server acts as a proxy server from the server side). This server forward request to another internal server that can process the request and sent response back. Once response is received, it will be sent back to client. Hope this will help you.
Great explanation. Thank you somuch for uploading 🙏
Could you please upload implementations as well.
nicely explained
What is reverse proxy?
@Manish :
1. Proxy : We are trying to connect to resource server. From client side, i sent a request to a server (Note: this server will be on client side). This server sent request to resource server and retrieves the response and sent back to client.
2. Reverse Proxy : From the client side, i directly sent request to a server (But this server acts as a proxy server from the server side). This server forward request to another internal server that can process the request and sent response back. Once response is received, it will be sent back to client.
Hope this will help you.