407 Proxy Authentication Required
HTTP 407 Proxy Authentication Required
用戶端錯誤回應狀態碼表示請求不成功,因為網站缺少對於位於用戶端與可訪問所請求資源的伺服器之間的代理伺服器的有效認證憑證。
此回應隨著一個含有如何正確認證的 Proxy-Authenticate
請求標頭一同發送。用戶端可以重新發送請求,並帶上一個新的或更換過的 Proxy-Authorization
標頭欄位。
狀態
http
407 Proxy Authentication Required
範例
代理驗證
向 example.com/admin
發出一個 GET 請求:
http
GET /admin HTTP/1.1
Host: example.com
在傳輸過程中,一個中介者通知用戶端必須進行身份驗證,並提供有關驗證方案的資訊:
http
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 |
---|
HTTP Semantics # status.407 |