proxyAuthenticationRequired constant

int const proxyAuthenticationRequired

proxyAuthenticationRequired = 407.

This is similar to 401 but authentication is needed to be done by a proxy.

https://tools.ietf.org/html/rfc7235#section-3.2

Implementation

static const int proxyAuthenticationRequired = 407;