Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sniff the scheme in FullyQualifiedRedirectMiddleware rather than hardcoding it to http #7

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 17, 2013

  1. PEP8 Fixes

    Steven Day committed Jul 17, 2013
    Configuration menu
    Copy the full SHA
    f06f3b0 View commit details
    Browse the repository at this point in the history
  2. Add a method to sniff the ssl status of the request and use that sche…

    …me in our response
    Steven Day committed Jul 17, 2013
    Configuration menu
    Copy the full SHA
    5a2b148 View commit details
    Browse the repository at this point in the history
  3. Be smarter about sniffing the scheme, using the settings based approa…

    …ch Django itself uses to know which headers to trust
    stevenday committed Jul 17, 2013
    Configuration menu
    Copy the full SHA
    ab03ea1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b684e45 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2013

  1. Switch to using the parsed host from the request, rather than the cur…

    …rent site object, to work behind proxies which don't rewrite redirects
    Steven Day committed Jul 30, 2013
    Configuration menu
    Copy the full SHA
    941912c View commit details
    Browse the repository at this point in the history