Changes between Initial Version and Version 2 of Ticket #6548
- Timestamp:
- Jun 23, 2008, 1:09:24 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6548
- Property Triage Stage Unreviewed → Design decision needed
-
Ticket #6548 – Description
initial v2 1 I've seen some code in http/_ _init_ _.py:get_hostfunction to handle X-FORWARDED-HOST that could be added by an apache proxy.1 I've seen some code in {{{http/__init__.py:get_host}}} function to handle X-FORWARDED-HOST that could be added by an apache proxy. 2 2 3 3 Unfortunately, there is no way to determine if proxy is acceded in https or http, so an issue occures when django wants to build an url for some Redirect : the url is built using the X-FORWARDED-HOST, but always assume that the proxy is non-SSL.