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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-revproxy-0.2.2.tar.gz
.
File metadata
- Download URL: django-revproxy-0.2.2.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d258fc160bb9e55408a58ee0d87de63ad284d99040eaf1c9f12f64f03439421 |
|
MD5 | fd944e1e7cc8fd712a7ee4cd8aed826e |
|
BLAKE2b-256 | 2ab27f68bef8b022678e6bf769b0237efa3dfe89fa93fccebad1d7a6637f71b5 |