Neokernel API

WebServer.PROXY_AUTHENTICATION_REQUIRED Field

This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy. The proxy MUST return a Proxy-Authenticate header field containing a challenge applicable to the proxy for the requested resource. The client MAY repeat the request with a suitable Proxy-Authorization header field

public const int PROXY_AUTHENTICATION_REQUIRED = 407;

See Also

WebServer Class | com.neokernel.httpd Namespace