ProxyAuthenticationRequired

Constant ProxyAuthenticationRequired 

Source
pub const ProxyAuthenticationRequired: u16 = 407;
Expand description

The 407 (Proxy Authentication Required) status code is similar to 401 (Unauthorized), but it indicates that the client needs to authenticate itself in order to use a proxy for this request. The proxy MUST send a Proxy-Authenticate header field (Section 11.7.1) containing a challenge applicable to that proxy for the request. The client MAY repeat the request with a new or replaced Proxy-Authorization header field (Section 11.7.2).