What does HTTP status 407 (Proxy Auth Req) mean?

 
Could be also:
ConstantTypeOS
ERROR_VOLUME_NOT_CLUSTER_ALIGNEDWin32 errorWindows
WIN32K_SECURITY_FAILUREBugCheck CodeWindows
Previous Next
HTTP_STATUS_NONE_ACCEPTABLE HTTP_STATUS_REQUEST_TIMEOUT

HTTP_STATUS_PROXY_AUTH_REQ

The proxy should identify an acceptable authentication scheme in Proxy-Authenticate. The client responds with Proxy-Authorization on a new or retried request to that proxy.

Check proxy address, credentials, and TLS interception policy. A proxy challenge can occur before a TLS tunnel is created for an HTTPS destination, so sending ordinary origin-server Authorization credentials will not satisfy a 407 challenge.

The response is generated on the proxy authentication path and normally includes Proxy-Authenticate challenges. Credentials intended for the origin Authorization header are not interchangeable with proxy credentials. Configure the client for the selected proxy and authentication scheme, and avoid forwarding Proxy-Authorization beyond the proxy that requested it.

RFC 9110: HTTP Semantics


Looking for a different code? Search another status or error code.