gr0f has asked for the wisdom of the Perl Monks concerning the following question:
$ua->credentials($netloc, $realm, $uname, $pass)can also be used to login to a site like Hotmail with the username/password entered in HTML text fields. This is the site I have to gain access to with my script in case anyone doesn't know what I'm talking about:
Are these authentication methods the same, or is something else required? Browsers obviously cache something since they aren't redirected to this login page every time trying access a protected page. Any insight would be helpful...
Thanks, Timbo...
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: LWP Authorization
by epoptai (Curate) on Jul 25, 2001 at 04:19 UTC | |
Re: LWP Authorization
by hacker_j99 (Beadle) on Jul 25, 2001 at 05:33 UTC |