407 Proxy Authentication Required
HTTP **407 Proxy Authentication Required
**クライアントエラーというステータスのレスポンスコードは、リクエストが適用されていないことを示しています。なぜなら、ブラウザーと要求されたリソースにアクセスできるサーバーの間にあるプロキシサーバーに有効な認証情報が不足しているためです。
このステータスは、正しい認証の仕方に関する情報を含む 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, セクション 3.2: 407 Proxy Authentication Required | HTTP/1.1: Authentication |