Changes between Initial Version and Version 2 of Ticket #6548


Ignore:
Timestamp:
Jun 23, 2008, 1:09:24 PM (16 years ago)
Author:
Ramiro Morales
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6548

    • Property Triage Stage UnreviewedDesign decision needed
  • Ticket #6548 – Description

    initial v2  
    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.
     1I've seen some code in {{{http/__init__.py:get_host}}} function to handle X-FORWARDED-HOST that could be added by an apache proxy.
    22
    33Unfortunately, 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.
Back to Top