*6.1.1. AUTH_TYPE (CGI/1.1 draft 03) > This variable is specific to requests made via the "http" > scheme. この変数は「http」方式を介してなされた要求について設定します。 > If the Script-URI required access authentication for external > access, then the server MUST set the value of this variable > from the 'auth-scheme' token in the request's "Authorization" > header field. Otherwise it is set to NULL. [[Script-URI]]が外部からの接続に接続認証が必要な場合、 サーバーはこの変数の値を要求の「Authorization」(認証)頭領域の 「auth-scheme」字句から設定し''なければなりません''。 それ以外の場合は NULL を設定します。 AUTH_TYPE = "" | auth-scheme auth-scheme = "Basic" | "Digest" | token > HTTP access authentication schemes are described in section 11 > of the HTTP/1.1 specification [8]. The auth-scheme is not > case-sensitive. HTTP 接続認証方式は HTTP/1.1 仕様書の第11章で説明されています。 auth-scheme は大文字・小文字を区別しません。 > Servers MUST provide this metavariable to scripts if the > request header included an "Authorization" field that was > authenticated. サーバーは、要求頭に「Authorization」領域が含まれていて、 それを認証した場合、 このメタ変数をスクリプトに提供し''なければなりません''。 *SEE ALSO -[[CGI]] -[[RFC822と仲間達の頭領域名]] --[[Authorization:領域]] -[[HTTP]] --[[HTTP/1.1]] -[[RFCのライセンス]] - [1] 大文字・小文字を区別''する''が正しいね。