logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTTP::Throwable::Role::Status::ProxyAuthenticationRequired - 407 Proxy Authentication Required

Attributes

proxy_authenticate
       This is a required string or array of strings that will be used to populate the 'Proxy-Authenticate'
       header(s) when creating a PSGI response.

Authors

       •   Stevan Little <stevan.little@iinteractive.com>

       •   Ricardo Signes <cpan@semiotic.systems>

Description

       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.

Name

       HTTP::Throwable::Role::Status::ProxyAuthenticationRequired - 407 Proxy Authentication Required

Perl Version

       This library should run on perls released even a long time ago.  It should work on any version of perl
       released in the last five years.

       Although it may work on older versions of perl, no guarantee is made that the minimum required version
       will not be increased.  The version may be increased for any reason, and there is no promise that patches
       will be accepted to lower the minimum required perl.

See Also

       HTTP Authentication: Basic and Digest Access Authentication - <http://www.apps.ietf.org/rfc/rfc2617.html>

       Proxy-Authenticate Header - <http://www.apps.ietf.org/rfc/rfc2617.html#sec-3.6>

Version

       version 0.028

See Also