Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: LWP::UserAgent doesn't send my HTTP::Cookies

by shmem (Chancellor)
on Jul 01, 2016 at 18:49 UTC ( [id://1167016]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Show this #!? cookie
    print Dumper $cookie if $option->{verbose};
    ...
      HTTP::Request->new(
        GET => "https://$option->{hostname}/storiqone-backend/api/v1/archi
    +ve/" );
    $request->content_type('application/json');
    
  2. or download this
    # list archives
    $request =
    ...
        GET => "https://$option->{hostname}/storiqone-backend/api/v1/archi
    +ve/" );
    $request->content_type('application/json');
    $request->header('Cookie' => $cookie);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-03-28 10:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found