Source: wikibot/reverse-proxy

= Reverse proxy
{wiki=Reverse_proxy}

A reverse proxy is a server that sits between client devices and a web server, acting as an intermediary for requests from clients seeking resources from that server. Unlike a traditional forward proxy, which forwards client requests to the internet, a reverse proxy forwards client requests to one or more backend servers and then returns the response from the server back to the client.