Path: blob/main/files/en-us/web/http/status/407/index.md
6552 views
------{{HTTPSidebar}}
The HTTP 407 Proxy Authentication Required client error status response code indicates that the request has not been applied because it lacks valid authentication credentials for a {{Glossary("proxy server")}} that is between the browser and the server that can access the requested resource.
This status is sent with a {{HTTPHeader("Proxy-Authenticate")}} header that contains information on how to authorize correctly.
Status
Example response
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}
See also
{{HTTPHeader("WWW-Authenticate")}}
{{HTTPHeader("Authorization")}}
{{HTTPHeader("Proxy-Authorization")}}
{{HTTPHeader("Proxy-Authenticate")}}
{{HTTPStatus("401")}}, {{HTTPStatus("403")}}