Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

LWP and HTTPS once again!

by Gangabass (Vicar)
on Apr 29, 2014 at 17:17 UTC ( [id://1084362]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use WWW::Mechanize;
    use CACertOrg::CA;
    ...
    #$mech->ssl_opts( verify_hostname => 1 );
    #$mech->ssl_opts( SSL_ca_file      => $Bin . "/curl-ca-bundle.crt" );
    $mech->get("https://dashboard.appsee.com/home/revision-app-ios#/overvi
    +ew/index#ios/all/month/all");
    
  2. or download this
    C:\Users\roman>curl  -v   https://dashboard.appsee.com/home/revision-a
    +pp-ios#/overview/index#ios/all
    /month/all
    ...
    <h2>Object moved to <a href="/login?ReturnUrl=%2fhome%2frevision-app-i
    +os">here</a>.</h2>
    </body></html>
    * Connection #0 to host dashboard.appsee.com left intact
    

Log In?
Username:
Password:

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

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

    No recent polls found