-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Sun, Jun 6, 2010 at 12:04 AM, Ravi Parimi rparimi@gmail.com wrote:
Yes, it indeed asks me for a login/password. I replaced the actual company name with the "companyname" string, but thought that was too obvious to state.
Indeed MediaWiki::API doesn't seems to support basic auth. Just try to use "https://user:pass@example.com/w/api.php" as your api_url. If this doesn't work, you may have to hack MediaWiki::API to honor the $ua->credentials setting in LWP::UserAgent.
- -- Jimmy Xu