4xx Client Error
HTTP 407 Proxy Authentication Required
The client must first authenticate itself with the proxy. Similar to 401, but indicates the authentication is needed for the proxy server, not the origin server.
Common Causes
- Corporate proxy requiring login credentials
- Proxy server rejecting unauthenticated requests
- Proxy credentials expired or invalid
How to Fix
- 1Provide valid proxy authentication credentials
- 2Configure your client with the correct proxy username/password
- 3Contact your network administrator for proxy access
Example
HTTP 407 Proxy Authentication Required
GET http://example.com HTTP/1.1 → 407 Proxy Authentication Required → Proxy-Authenticate: Basic realm="proxy"
Related Client Error Codes
400
Bad Request
401Unauthorized
402Payment Required
403Forbidden
404Not Found
405Method Not Allowed
406Not Acceptable
408Request Timeout
409Conflict
410Gone
411Length Required
412Precondition Failed
413Content Too Large
414URI Too Long
415Unsupported Media Type
416Range Not Satisfiable
417Expectation Failed
418I'm a Teapot
421Misdirected Request
422Unprocessable Content
423Locked
424Failed Dependency
425Too Early
426Upgrade Required
428Precondition Required
429Too Many Requests
431Request Header Fields Too Large
451Unavailable For Legal Reasons