#Reverse proxy
Reverse proxy technology is a type of network proxy service whose core function is to **act on behalf of servers (such as backend service clusters, target websites) to receive requests from clients, forward the requests to corresponding backend servers, and then return the servers' responses to the clients**. Simply put, a reverse proxy is like a "goalkeeper" for the servers; clients only interact with the reverse proxy server and cannot directly perceive the actual existence of the backend servers.
1 Followers
- Article
- Question
No Data