]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
SSL detection: add support for `X-Forwarded-Proto`
authorFanch <fanch-github@qth.fr>
Tue, 1 Sep 2015 11:37:04 +0000 (13:37 +0200)
committerVirtualTam <virtualtam@flibidi.net>
Sun, 13 Sep 2015 19:17:01 +0000 (21:17 +0200)
commit7b114771d337af3bfd51d8fda1e8f2fd5b39535d
tree897fa51315d233af261dd7a13c011f46ff7b4816
parentce47a75864d7d398a68705df67da2ae00ca89eca
SSL detection: add support for `X-Forwarded-Proto`

Duplicates #332

See:
 - RFC 7239 - Forwarded HTTP Extension
   http://www.ietf.org/rfc/rfc7239.txt
 - RFC 6238 - Deprecating the "X-" Prefix and Similar Constructs in Application Protocols
   http://www.ietf.org/rfc/rfc6648.txt
 - StackOverflow - Custom HTTP headers: naming conventions
   http://stackoverflow.com/a/3561399
index.php