All HTTP status codes

HTTP 407 Proxy Authentication Required

Client Error

Like 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

  1. Configure proxy credentials in the HTTP client

  2. Verify the Proxy-Authorization header reaches the proxy

Want to explore status codes interactively? Try the free HTTP Status Code Reference — search, categories and example responses, right in your browser.