Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: log into a website via perl client

by Sol-Invictus (Scribe)
on Feb 06, 2004 at 17:35 UTC ( [id://327158]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ACCESS TO PROTECTED DOCUMENTS
           Documents protected by basic authorization can easily be access
    +ed like
    ...
             $req = HTTP::Request->new(GET => 'http://www.linpro.no/secret
    +/');
             $req->authorization_basic('aas', 'mypassword');
             print $ua->request($req)->as_string;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://327158]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-25 07:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found