Topic cluster

Proxy fundamentals

How proxies actually work: the accept-decide-rewrite-originate loop, the forward and reverse split, CONNECT tunnels, SOCKS, PAC files and proxy authentication.

8 guides · cluster reviewed 8 September 2026

Every proxy does the same four things: it accepts a connection, decides where the traffic should go, rewrites what needs rewriting, and originates a second connection to the destination. The differences between a corporate egress gateway, a CDN edge, a service mesh sidecar and a SOCKS relay are differences in who configures them, what they are allowed to see, and which of those four steps they take seriously.

This cluster establishes the vocabulary the rest of the site uses. If you are debugging a specific failure, the troubleshooting cluster is a better starting point. If you are choosing software, go to the reverse proxy comparison.

Where to start#

Every guide in this cluster#