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

HTTP 407 Proxy Authentication Required クライアントエラーというステータスのレスポンスコードは、リクエストが適用されていないことを示しています。なぜなら、ブラウザと要求されたリソースにアクセスできるサーバーの間にあるプロキシサーバーに有効な認証情報が不足しているためです。

+ +

このステータスは、正しい認証の仕方に関する情報を含む {{HTTPHeader("Proxy-Authenticate")}} ヘッダーと共に送信されます。

+ +

ステータス

+ +
407 Proxy Authentication Required 
+ +

レスポンス例

+ +
HTTP/1.1 407 Proxy Authentication Required
+Date: Wed, 21 Oct 2015 07:28:00 GMT
+Proxy-Authenticate: Basic realm="Access to internal site"
+ +

仕様

+ + + + + + + + + + + + +
SpecificationTitle
{{RFC("7235", "407 Proxy Authentication Required" , "3.2")}}HTTP/1.1: Authentication
+ +

ブラウザ互換性

+ + + +

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

+ +

参照

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