Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

connecting to a secure password authenticated site

by dannoura (Pilgrim)
on May 06, 2004 at 12:50 UTC ( [id://351093]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! c:\perl\bin -w
    
    use strict;
    ...
        submit      => 'log in'
      });
    print $request->is_success ? $request->content : "failed\n";
    
  2. or download this
    <SCRIPT LANGUAGE="javascript">                                     
    top.location.replace('http://www.saxobank.com/?ID=101')
    
  3. or download this
    $request= $ua->request(GET "http://www.saxobank.com/?ID=101");
    
    
    print $request->is_success ? $request->content : $request->header;
    
  4. or download this
     LWP::UserAgent::request: Simple response: Internal Server Error
    </SCRIPT>
    
  5. or download this
    https://www.saxobank.com/Default.aspx/?id=2&Lan=EN&Au=1&Grp=5
    
    POST /Default.aspx/?id=2&Lan=EN&Au=1&Grp=5 HTTP/1.1
    ...
    Etag: "0687196bd1bc41:d99"
    Via: 1.1 netcache (NetCache NetApp/5.5R3)
    ----------------------------------------------------------
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-19 01:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found