Bunnies are going to Broadcast Asia in Singapore! 🐰 - Let's dive into your future success with bunny.net🚀

Book a Meeting
x

What are Reverse Proxies? When are They Used?

What are reverse proxies? Are they the same as CDNs?

What are Reverse Proxies?

Introduction

Reverse proxies are server-side proxies, as opposed to regular HTTP proxies, which are client-side. Reverse proxies hide the true identity of the origin server. They receive an HTTP/HTTPS request and forward information between the client and the origin. By acting as a middleman, reverse proxies prevent users from accessing content directly.

As a result, reverse proxies are found in DDoS protection applications, where end users can't discover the website's direct IP. Hiding the direct IP prevents malicious actors from taking a website or application offline.

How reverse proxies work

A reverse proxy passes along users' header information so the origin knows what to serve. To start, a reverse proxy usually forwards the Host header. Popular software, such as NGINX, supports the ability to forward web sockets and newer HTTP connection types like partial QUIC support.

What Are Reverse Proxies

Other Uses For Reverse Proxies

Reverse proxies are commonly used to hide the identity of an origin server, but they can also be used to balance traffic across multiple origins.

For example, a CDN uses a PULL zone. The CDN pulls data through a node, caches static data, and forwards the data to users. Users see faster load times. Even if you request content from a server located thousands of kilometers away, you should see a smaller performance hit than you would if you requested content directly.

Popular reverse proxy software

Generally, you will hear about NGINX, Apache, and other web servers being mentioned. These servers have two modes of operation:

  • Serving content from a local directory
  • Acting as a reverse proxy

There are dedicated reverse proxies as well, such as HAProxy and Varnish.

CDNs vs. reverse proxies

Most — if not all CDNs — have a PULL zone type. This uses a user-operated backend, and many nodes placed in front.

This example uses a single reverse proxy:

CDN vs Reverse Proxies

While pull zones and reverse proxies are similar, CDNs have other features that not all reverse proxies support.

Did you find this article helpful?

0 out of 0 Bunnies found this article helpful

Glossary

HTTP

Hypertext Transfer Protocol. A protocol that connects web browsers to web servers when they request content.

HTTP Headers

The part of an HTTP message that contains information about the contents of the message.

Proxy

A medium (server) that forwards traffic to a requested destination.

HTTPS

HTTP Secure. When an HTTP request is secure, the connection between a client and server is encrypted.

Reverse Proxy

Reverse proxies are similar to proxies; though they operate in a "flipped model" where data is exchanged between a client <-> server <-> origin.

Prove your Knowledge.
Earn a bunny diploma.

Test your knowledge in our Junior and Master Quizes to see where you stand. Prove your mastery by getting A+ and recieving a diploma.

Start the QuizBunny with a diploma.