Forwarded:
ヘッダー proto
引数#✎[7] Forwarded:
ヘッダーの
proto
引数は、
用いられているプロトコルの種類を表します >>6。
[8] 値の構文は、 URL scheme です >>6。
[14]
X-Forwarded-*
参照。
[3] X-Forwarded-Proto:
>>1, >>2, >>13
[5] X-Forwarded-Scheme:
>>1, >>4, >>13
[11] Read X-Forwarded-Proto header if trustProxy flag set by stongo · Pull Request #1747 · hapijs/hapi ( ( 版)) <https://github.com/hapijs/hapi/pull/1747/files>
[12] Support X-Forwarded-Proto HTTP header [#313145] | Drupal.org ( ( 版)) <https://www.drupal.org/node/313145>
[13] ProxyHeaders uses X-Forwarded-Scheme, not X-Forwarded-Proto · Issue #79 · gorilla/handlers ( ()) <https://github.com/gorilla/handlers/issues/79>
HTTPS
Will contain the text "on" if the connection is using SSL/TLS, or "off" otherwise. (This variable can be safely used regardless of whether or not mod_ssl is loaded).
REQUEST_SCHEME
Will contain the scheme of the request (usually "http" or "https"). This value can be influenced with ServerName.
The REQUEST_SCHEME parameter was introduced in Apache 2.3.11 and seems
to be used by some scripts now. It looks more logical than previously
used HTTPS.