407
Client Error
407 Proxy Authentication Required
Authentication is required via a proxy server before this request can be served.
Description
407 Proxy Authentication Required is similar to 401 Unauthorized, but authentication must be performed through a proxy intermediary. The proxy server must include a Proxy-Authenticate header in the response, indicating the authentication scheme.
This is common in corporate environments where all traffic flows through an authenticated proxy.
Common Causes
- Corporate proxy requiring authentication credentials
- Misconfigured proxy settings in the browser or client
- VPN or network gateway with mandatory auth
- Expired proxy credentials
How to Fix
- Configure proxy credentials in browser or HTTP client settings
- Check
Proxy-Authenticateheader for the required auth scheme - Contact network admin if proxy credentials have expired
- Use
Proxy-Authorizationheader in subsequent requests
Check your website's HTTP status code
Check now →