django-revproxy icon indicating copy to clipboard operation
django-revproxy copied to clipboard

Reverse Proxy view that supports all HTTP methods, Diazo transformations and Single Sign-On.

Results 34 django-revproxy issues
Sort by recently updated
recently updated
newest added

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...

question

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...

question

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?

enhancement
good first issue

If a response comes compressed we should be able to decompress it, transform and compress it again

enhancement
help wanted

Use standard error message and log errors using `logging.error`.

enhancement

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.

enhancement