zantoro has asked for the wisdom of the Perl Monks concerning the following question:
Any clue? I tried asking on wikimedia forums and they told me to ask Perl people.... Help! Thanks, Roberto.$self->{'agent'} = new LWP::UserAgent; $self->{'agent'}->cookie_jar(HTTP::Cookies->new()); $self->{'agent'}->credentials( 'myserver:80', 'mydomain', 'myuser' => 'mypassword' ); $self->{'baseurl'} = 'http://myserver/wiki/api.php'; $self->{'loggedin'} = 'false';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Mediawiki::API with Basic Authentication
by CountZero (Bishop) on Oct 07, 2011 at 20:20 UTC | |
|
Re: Mediawiki::API with Basic Authentication
by pvaldes (Chaplain) on Oct 07, 2011 at 16:24 UTC | |
by anneli (Pilgrim) on Oct 08, 2011 at 00:05 UTC | |
by pvaldes (Chaplain) on Oct 08, 2011 at 12:45 UTC | |
by Anonymous Monk on Oct 08, 2011 at 12:49 UTC | |
by pvaldes (Chaplain) on Oct 08, 2011 at 12:58 UTC | |
|