reverse proxy
termnetworkingcloud
A server that receives client requests and forwards them to back-end servers on their behalf.
A reverse proxy is the public face in front of your real servers: it can terminate TLS, balance load, cache, and host a WAF, while the backends stay hidden. Clients talk only to it, which is what makes it such a natural control point.
Also known as: reverse-proxy