--- title: 407 Proxy Authentication Required slug: Web/HTTP/Status/407 translation_of: Web/HTTP/Status/407 ---
{{HTTPSidebar}}
HTTP 407 Proxy Authentication Required
код ответа на ошибку клиента указывает, что запрос не был применен, поскольку он не имеет достоверных учетных данных для {{Glossary("proxy server")}}, который находится между браузером и сервером, который может получить доступ к запрашиваемому ресурсу..
Этот статус отправляется с {{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"
Спецификация | Название |
---|---|
{{RFC("7235", "407 Proxy Authentication Required" , "3.2")}} | HTTP/1.1: Authentication |
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
{{Compat("http/status", "407")}}