--- title: Proxy-Authenticate slug: Web/HTTP/Headers/Proxy-Authenticate tags: - HTTP - HTTP ヘッダー - Reference - プロキシ - レスポンスヘッダー translation_of: Web/HTTP/Headers/Proxy-Authenticate ---
HTTP Proxy-Authenticate レスポンスヘッダーは、{{Glossary("proxy server", "プロキシサーバー")}}の背後にあるリソースへのアクセスに使用される認証メソッドを定義します。プロキシサーバーへのリクエストを認証し、プロキシサーバーがリクエストをさらに送信できるようにします。
Proxy-Authenticate ヘッダーは、 {{HTTPStatus("407")}} Proxy Authentication Required とともに送信されます。
| ヘッダー種別 | {{Glossary("Response header", "レスポンスヘッダー")}} |
|---|---|
| {{Glossary("Forbidden header name", "禁止ヘッダー名")}} | いいえ |
Proxy-Authenticate: <type> realm=<realm>
Proxy-Authenticate: Basic Proxy-Authenticate: Basic realm="Access to the internal site"
| 仕様書 | 題名 |
|---|---|
| {{RFC("7235", "Proxy-Authenticate", "4.3")}} | HTTP/1.1: Authentication |
| {{RFC("7617")}} | The 'Basic' HTTP Authentication Scheme |
{{Compat("http.headers.Proxy-Authenticate")}}