407
Proxy Authentication Required
Client Error
Description
The client must first authenticate itself with the proxy
Common Usage
Similar to 401 but for proxy servers
Example Response
How this status code appears in HTTP responses
HTTP Response Header
HTTP/1.1 407 Proxy Authentication RequiredcURL Example
curl -I https://example.com
# Returns: HTTP/1.1 407 Proxy Authentication RequiredClient Error Response
This is a client error response indicating the request contains bad syntax or cannot be fulfilled.
Related Client Error Codes
Other codes in the same category