|
NAMEPlagger::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
DESCRIPTIONThis 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. AUTHORDaisuke Murase <typester@cpan.org> SEE ALSOPlagger
|