AnyProxy
Get Pro
Glossary · Core proxy

Reverse proxy

Also calledreverse proxy meaningserver-side proxy
Definition

A reverse proxy sits in front of servers — it hides server identity from clients and handles TLS, load balancing, and caching.

Explanation

In depth

Reverse proxies serve the server side of the connection. A website operator puts Nginx, Cloudflare, or HAProxy in front of their origin servers. Clients connect to the reverse proxy, thinking they are talking to the origin; the reverse proxy forwards the request to whichever backend server is best positioned to handle it. Reverse proxies are the standard architecture for terminating TLS at one place, load-balancing across multiple app servers, caching static assets, and hiding origin IPs from public traffic. Every serious website in 2026 has at least one reverse proxy layer. The name "reverse" refers to direction — from server toward client — opposite of forward proxies. Same proxy pattern, different side of the conversation.

See alsoReverse proxy deep-dive

Related terms

Forward proxyA forward proxy sits in front of clients — it hides client identity from the server and controls what clients can reach.ProxyA proxy is a server that acts on your behalf — it makes network requests for you and hands the responses back to your device.CDN (Content Delivery Network)A CDN is a globally distributed network of edge servers that caches website content close to end users — reducing latency and origin server load.Edge serverAn edge server is a physical server placed geographically close to end users — the network "edge" — to reduce latency compared to a distant origin.

Put the concept to work

Try AnyProxy free — no install, no signup, six regions.

Open a blocked page