From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/http/status/401/index.html | 58 +++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 files/ja/web/http/status/401/index.html (limited to 'files/ja/web/http/status/401') diff --git a/files/ja/web/http/status/401/index.html b/files/ja/web/http/status/401/index.html new file mode 100644 index 0000000000..5e38983c79 --- /dev/null +++ b/files/ja/web/http/status/401/index.html @@ -0,0 +1,58 @@ +--- +title: 401 Unauthorized +slug: Web/HTTP/Status/401 +tags: + - HTTP + - HTTP ステータスコード + - Reference +translation_of: Web/HTTP/Status/401 +--- +
{{HTTPSidebar}}
+ +

HTTP 401 Unauthorized は、有効な認証資格が不足していることによりリクエストが適用されないことを示すクライアントエラーのレスポンスコードです。

+ +

このステータスは、正しい認証方法を含む {{HTTPHeader("WWW-Authenticate")}} ヘッダーとともに送信されます。

+ +

このステータスは {{HTTPStatus("403")}} に似ていますが、この場合は再認証が可能です。

+ +

ステータス

+ +
401 Unauthorized
+ +

+ +
HTTP/1.1 401 Unauthorized
+Date: Wed, 21 Oct 2015 07:28:00 GMT
+WWW-Authenticate: Basic realm="Access to staging site"
+ +

仕様

+ + + + + + + + + + + + +
仕様タイトル
{{RFC("7235", "401 Unauthorized" , "3.1")}}HTTP/1.1: Authentication
+ +

ブラウザー互換性

+ + + +

{{Compat("http.status.401")}}

+ +

参照

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