Closed GoogleCodeExporter closed 8 years ago
Apparently X-Forewarded-SSL is also used, with is set to 'on' when proxy used
SSL.
Original comment by Graham.Dumpleton@gmail.com
on 8 Mar 2009 at 2:24
Some MS software apparently uses Front-End-Https. Don't really care about it
though.
Original comment by Graham.Dumpleton@gmail.com
on 8 Mar 2009 at 2:32
Paste also seems to have invented use of X-Forwarded-Scheme instead of using
X-Forwarded-Proto.
Original comment by Graham.Dumpleton@gmail.com
on 8 Mar 2009 at 2:48
Decided not to take any action on this.
Many Python web frameworks have support for these headers already embedded in
them making it in part
pointless.
What may be a better is a way for administrator to define a special hook
function which can be used to modify
the WSGI environment before it is passed to the users WSGI application.
Alternatively, provide a way as
previously considered for administrator to provide a WSGI wrapper which sits
around the WSGI application and
can modify both WSGI environment as well as the response.
Original comment by Graham.Dumpleton@gmail.com
on 12 Mar 2009 at 5:14
FWIW, future Apache may have a module which handles X-Forwarded-For fixups.
Module is currently in
sandbox.
http://svn.apache.org/repos/asf/httpd/sandbox/mod_remoteip/README
Original comment by Graham.Dumpleton@gmail.com
on 1 Apr 2009 at 12:13
Original issue reported on code.google.com by
Graham.Dumpleton@gmail.com
on 24 Feb 2009 at 7:01