django-revproxy
django-revproxy copied to clipboard
Reverse Proxy view that supports all HTTP methods, Diazo transformations and Single Sign-On.
Hello! I've got origin that is as follows: origin.tld/first origin.tld/second My goal is to find a reverse proxy that would translate following: first.tld into origin.tld/first and second.tld/page into origin.tld/second/page Is...
Hi, I've been trying to find a simple solution to use revproxy to proxy our blog (http://blog.example.com) onto a subdirectory of our django app. I need to do 2 things...
301 Redirects by the upstream server causes the proxied url to redirect to the upstream path, rather than the proxied path + upstream path.
Since Python 2 is no longer supported I think this now becomes a good option. Any objections?
If a response comes compressed we should be able to decompress it, transform and compress it again
Use standard error message and log errors using `logging.error`.
Similar to nginx proxy_pass_request_headers and proxy_pass_request_body: http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass_request_headers
Add a custom header and allow developers do customize the data that will be sent on it.