From cfebf46d0bb3b3afa1ec78315eb2463237f8067f Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Sun, 3 Oct 2021 01:16:02 +0900 Subject: Web/HTTP/Headers/WWW-Authenticate の変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/http/headers/www-authenticate/index.html | 91 ---------------------- .../ja/web/http/headers/www-authenticate/index.md | 91 ++++++++++++++++++++++ 2 files changed, 91 insertions(+), 91 deletions(-) delete mode 100644 files/ja/web/http/headers/www-authenticate/index.html create mode 100644 files/ja/web/http/headers/www-authenticate/index.md (limited to 'files/ja') diff --git a/files/ja/web/http/headers/www-authenticate/index.html b/files/ja/web/http/headers/www-authenticate/index.html deleted file mode 100644 index 4e03e60c59..0000000000 --- a/files/ja/web/http/headers/www-authenticate/index.html +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: WWW-Authenticate -slug: Web/HTTP/Headers/WWW-Authenticate -tags: - - HTTP - - HTTP ヘッダー - - ヘッダー - - リファレンス - - レスポンスヘッダー -translation_of: Web/HTTP/Headers/WWW-Authenticate ---- -
{{HTTPSidebar}}
- -

HTTP の WWW-Authenticate 応答ヘッダーは、リソースへのアクセス権を得るために使われる認証方法を定義します。

- -

WWW-Authenticate ヘッダーは {{HTTPStatus("401")}} Unauthorized 応答と共に送られます。

- - - - - - - - - - - - -
ヘッダー種別{{Glossary("Response header", "応答ヘッダー")}}
{{Glossary("Forbidden header name", "禁止ヘッダー名")}}いいえ
- -

構文

- -
WWW-Authenticate: <type> realm=<realm>
-
- -

ディレクティブ

- -
-
<type>
-
認証の種類。一般的には "Basic" です。 IANA は 認証方式の一覧を管理しています。
-
realm=<realm>
-
保護領域の説明です。 realm が指定されていない場合は、クライアントはよく書式化されたホスト名を代わりに表示します。
-
charset=<charset>
-
ユーザー名とパスワードを送信するときのサーバーが推奨するエンコーディング方式をクライアントに伝えます。大文字小文字の区別なしの文字列 "UTF-8" だけが許可されています。これは realm 文字列のエンコーディングとは関係がありません。
-
- -

- -

通常、 WWW-Authenticate ヘッダーを含むサーバーの応答は以下のようなものです。

- -
WWW-Authenticate: Basic
-
-WWW-Authenticate: Basic realm="Access to the staging site", charset="UTF-8"
-
- -

Apache や nginx サーバーで HTTP Basic 認証を使用してサイトを保護する方法の例については、 HTTP 認証 を参照してください。

- -

仕様書

- - - - - - - - - - - - - - - - - - -
仕様書題名
{{RFC("7235", "WWW-Authenticate", "4.1")}}HTTP/1.1: Authentication
{{RFC("7617")}}The 'Basic' HTTP Authentication Scheme
- -

ブラウザーの対応

- -

{{Compat("http.headers.WWW-Authenticate")}}

- -

関連情報

- - diff --git a/files/ja/web/http/headers/www-authenticate/index.md b/files/ja/web/http/headers/www-authenticate/index.md new file mode 100644 index 0000000000..4e03e60c59 --- /dev/null +++ b/files/ja/web/http/headers/www-authenticate/index.md @@ -0,0 +1,91 @@ +--- +title: WWW-Authenticate +slug: Web/HTTP/Headers/WWW-Authenticate +tags: + - HTTP + - HTTP ヘッダー + - ヘッダー + - リファレンス + - レスポンスヘッダー +translation_of: Web/HTTP/Headers/WWW-Authenticate +--- +
{{HTTPSidebar}}
+ +

HTTP の WWW-Authenticate 応答ヘッダーは、リソースへのアクセス権を得るために使われる認証方法を定義します。

+ +

WWW-Authenticate ヘッダーは {{HTTPStatus("401")}} Unauthorized 応答と共に送られます。

+ + + + + + + + + + + + +
ヘッダー種別{{Glossary("Response header", "応答ヘッダー")}}
{{Glossary("Forbidden header name", "禁止ヘッダー名")}}いいえ
+ +

構文

+ +
WWW-Authenticate: <type> realm=<realm>
+
+ +

ディレクティブ

+ +
+
<type>
+
認証の種類。一般的には "Basic" です。 IANA は 認証方式の一覧を管理しています。
+
realm=<realm>
+
保護領域の説明です。 realm が指定されていない場合は、クライアントはよく書式化されたホスト名を代わりに表示します。
+
charset=<charset>
+
ユーザー名とパスワードを送信するときのサーバーが推奨するエンコーディング方式をクライアントに伝えます。大文字小文字の区別なしの文字列 "UTF-8" だけが許可されています。これは realm 文字列のエンコーディングとは関係がありません。
+
+ +

+ +

通常、 WWW-Authenticate ヘッダーを含むサーバーの応答は以下のようなものです。

+ +
WWW-Authenticate: Basic
+
+WWW-Authenticate: Basic realm="Access to the staging site", charset="UTF-8"
+
+ +

Apache や nginx サーバーで HTTP Basic 認証を使用してサイトを保護する方法の例については、 HTTP 認証 を参照してください。

+ +

仕様書

+ + + + + + + + + + + + + + + + + + +
仕様書題名
{{RFC("7235", "WWW-Authenticate", "4.1")}}HTTP/1.1: Authentication
{{RFC("7617")}}The 'Basic' HTTP Authentication Scheme
+ +

ブラウザーの対応

+ +

{{Compat("http.headers.WWW-Authenticate")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf