Provided by: libhttp-throwable-perl_0.026-2_all
NAME
HTTP::Throwable::Role::Status::ProxyAuthenticationRequired - 407 Proxy Authentication Required
VERSION
version 0.026
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.
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.
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>
AUTHORS
• Stevan Little <stevan.little@iinteractive.com> • Ricardo Signes <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Infinity Interactive, Inc.. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.24.1 HTTP::Throwable::Role::Status::ProxyAuthenticationRequired(3pm)