On Wed, Jun 15, 2016 at 9:02 PM, Qi <q...@site-digger.com> wrote: > I tried to obtain Proxy-Authorization header value in Django back-end (In > Django it's HTTP_PROXY_AUTHORIZATION) but failed, i just notice Apache > removed this header. > > I can provide two clues: > > 1. If i use the Django development server(Just run python manage.py > runserver), the > HTTP_PROXY_AUTHORIZATION does exist. > 2. If i change Proxy-Authorization into Proxy-Authorization2, i can > obtain HTTP_PROXY_AUTHORIZATION2 value in Django. > > So it's strange: Why Apache removed my "Proxy-Authorization" header? How > to avoid it? > > PS: I am using Apache2 + mod_wsgi. > > https://httpd.apache.org/docs/2.4/mod/core.html#cgipassauth
-- Eric Covener cove...@gmail.com