PROXY_AUTHENTICATION_REQUIRED constant

int const PROXY_AUTHENTICATION_REQUIRED

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 PROXY_AUTHENTICATION_REQUIRED = 407;