Reverse Proxy
Reverse Proxy
📖 定义
Reverse Proxy is located on the server side, receiving client requests and forwarding them to backend servers, hiding the real server address from clients. It can implement load balancing, caching, SSL termination, security protection, and other functions.
🔗 在 Higress 中的应用
Higress is built on Envoy, a high-performance reverse proxy supporting proxy forwarding for various protocols such as HTTP/HTTPS/gRPC/WebSocket.
💡 示例
- 1 Nginx is the most commonly used reverse proxy software
- 2 Reverse proxy hides the real IP of backend servers
- 3 CDN is essentially a distributed reverse proxy
🔄 相关术语
❓ 常见问题
Reverse Proxy 是什么?
Reverse Proxy is located on the server side, receiving client requests and forwarding them to backend servers, hiding the real server address from clients. It can implement load balancing, caching, SSL termination, security protection, and other functions.
Higress 如何支持 Reverse Proxy?
Higress is built on Envoy, a high-performance reverse proxy supporting proxy forwarding for various protocols such as HTTP/HTTPS/gRPC/WebSocket.
深入了解 Higress
探索更多 Higress 的功能和最佳实践