A forward proxy, often called a proxy, proxy server, or web proxy, is a server that sits in front of a group of client machines. When those computers make requests to sites and services on the Internet, the proxy server intercepts those requests and then communicates with web servers on behalf of those clients, like a middleman.

[…]

In a standard Internet communication, computer A would reach out directly to computer C, with the client sending requests to the origin server and the origin server responding to the client. When a forward proxy is in place, A will instead send requests to B, which will then forward the request to C. C will then send a response to B, which will forward the response back to A.

(“What Is a Reverse Proxy?” n.d.)

Reverse proxy

A reverse proxy is a server that sits in front of web servers and forwards client (e.g. web browser) requests to those web servers. Reverse proxies are typically implemented to help increase security, performance, and reliability.

[…]

(“What Is a Reverse Proxy?” n.d.)

Bibliography

“What Is a Reverse Proxy?” n.d. Cloudflare. Accessed March 22, 2023. https://www.cloudflare.com/learning/cdn/glossary/reverse-proxy/.