Skip to main content

Yet another Django reverse proxy application.

Project description

A simple reverse proxy using Django. It allows to use Django as a reverse Proxy to HTTP requets. It also allows to use Django as an authentication Proxy.

Features

  • Proxies GET and POST requests

  • Copy all http headers sent from the client to the proxied server

  • Copy all http headers sent from the proxied server to the client (except hop-by-hop)

  • Sets the http header REQUEST_USER if the user is logged in Django

  • Handles redirects

  • No external dependencies (uses only Python standard library)

Install

Because django-revproxy still in development it is not on python package index (pypi). For now you can install it using pip directly from the github repo.

pip install https://github.com/TracyWebTech/django-revproxy

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-revproxy-0.2.1.tar.gz (9.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page