What is a forward/reverse proxy?

Martin Thoma
Plain and Simple
Published in
Aug 18, 2024

--

Image created by Martin Thoma.

A proxy forwards requests. They can filter or change requests.

A forward proxy takes are request for the user and forwards it to a website. Examples are:

A reverse proxy takes a request for a website and forwards it to a server. They can be used for caching and load balancing. Examples for reverse proxies are nginx or the Apache HTTP Server with mod_proxy.

--

--

Plain and Simple
Plain and Simple

Published in Plain and Simple

Some concepts are hard to put into context. Examples and contrasting the concepts to related ones help

Martin Thoma
Martin Thoma

Written by Martin Thoma

I’m a Software Engineer with over 10 years of Python experience (Backend/ML/AI). Support me via https://martinthoma.medium.com/membership

No responses yet