--- title: 407 Proxy Authentication Required slug: Web/HTTP/Status/407 tags: - HTTP - クライアントエラー - ステータスコード - リファレンス translation_of: Web/HTTP/Status/407 ---
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"
Specification | Title |
---|---|
{{RFC("7235", "407 Proxy Authentication Required" , "3.2")}} | HTTP/1.1: Authentication |
{{Compat("http.status.407")}}