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

Re: Embedding cookies in requests

by wardk (Deacon)
on May 07, 2002 at 19:26 UTC ( [id://164797]=note: print w/replies, xml ) Need Help??


in reply to Embedding cookies in HTTP requests

Take a look at LWP::UserAgent:
$ua->cookie_jar([$cookie_jar_obj]) Get/set the cookie jar object to use. The only requirement is that the cookie jar object must implement the extract_cookies($request) and add_cookie_header($response) methods. These methods will then be invoked by the user agent as requests are sent and responses are received. Normally this will be a "HTTP::Cookies" object or some subclass. The default is to have no cookie_jar, i.e. never automatically add "Cookie" headers to the requests.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-18 17:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found