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/403/index.html | 56 +++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 files/ja/web/http/status/403/index.html (limited to 'files/ja/web/http/status/403') diff --git a/files/ja/web/http/status/403/index.html b/files/ja/web/http/status/403/index.html new file mode 100644 index 0000000000..d2043ac3f8 --- /dev/null +++ b/files/ja/web/http/status/403/index.html @@ -0,0 +1,56 @@ +--- +title: 403 Forbidden +slug: Web/HTTP/Status/403 +tags: + - HTTP + - HTTP ステータスコード + - Reference + - クライアントエラー + - ステータスコード +translation_of: Web/HTTP/Status/403 +--- +
{{HTTPSidebar}}
+ +

HTTP の 403 Forbidden クライアントエラーレスポンスコードは、サーバーがリクエストを理解したものの、認証が拒否されたことを示します。

+ +

このステータスは {{HTTPStatus("401")}} に似ていますが、この場合は再認証しても結果は変わりません。アクセスは恒久的に禁止されており、リソースにアクセスする権限が不足しているなど、アプリケーションのロジックに結びついたものです。

+ +

ステータス

+ +
403 Forbidden
+ +

レスポンスの例

+ +
HTTP/1.1 403 Forbidden
+Date: Wed, 21 Oct 2015 07:28:00 GMT
+
+ +

仕様書

+ + + + + + + + + + + + + + +
仕様書題名
{{RFC("7231", "403 Forbidden" , "6.5.3")}}HTTP/1.1: Semantics and Content
+ +

ブラウザーの互換性

+ + + +

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

+ +

関連情報

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