The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

Plagger::Plugin::UserAgent::AuthenRequest - Plagger plugin for authen request

SYNOPSIS

- module: UserAgent::AuthenRequest
config:
host: example.com:80
auth: basic
realm: Security Area
username: username
password: password

DESCRIPTION

This plugin hooks Plagger::UserAgent fetch method to add username and password to authenticated website. Since it hooks Plagger::UserAgent, the config will be enabled in all plugins that uses Plagger::UserAgent inside, e.g. from Aggregator::Simple to Publish::MT.

AUTHOR

Daisuke Murase <typester@cpan.org>

SEE ALSO

Plagger