{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://www.devtools.tools"},{"@type":"ListItem","position":2,"name":"HTTP Status Codes","item":"https://www.devtools.tools/http-status"},{"@type":"ListItem","position":3,"name":"407 Proxy Authentication Required","item":"https://www.devtools.tools/http-status/407"}]}All HTTP status codes
HTTP 407 Proxy Authentication Required
Client ErrorLike 401, but the authentication challenge comes from a proxy between you and the target (Proxy-Authenticate header).
Defined in RFC 9110
Common causes
- Corporate or egress proxy requiring credentials
How to fix it
Configure proxy credentials in the HTTP client
Verify the Proxy-Authorization header reaches the proxy
Related status codes
Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.