keecode logokeecode
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 Required

cURL Example

curl -I https://example.com
# Returns: HTTP/1.1 407 Proxy Authentication Required