Forward Proxy

Purpose

  • Enforce browsing restrictions (e.g. block websites)
  • Block/Filter content
  • Hide Identity

<img src=“https://i.imgur.com/8AhucHG.png” style={{‘background-color’: ‘white’, ‘padding’: ‘2em’}} />

Reverse Proxy

Reverse Proxy hides backend applications and forwards client requests to the applications.

Benefits

Increase scalability, performance, resilience and security

<img src=“https://www.cloudflare.com/img/learning/cdn/glossary/reverse-proxy/reverse-proxy-flow.svg” style={{‘background-color’: ‘white’, ‘padding’: ‘2em’}} />

Reference