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


Plagger documentation  | view source Contained in the Plagger distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

Daisuke Murase <typester@cpan.org>

SEE ALSO

Top

Plagger


Plagger documentation  | view source Contained in the Plagger distribution.