Re: [Htmlparser-user] Cookies
Brought to you by:
derrickoswald
From: Rich W. <ri...@wi...> - 2003-03-03 01:30:38
|
Hi Somik, Many websites require that have the ability to give and recieve = cookies to properly navigate the site. The cookie information is used to = tell the website things like who you are and where you are. It's often = used as a sercurity measure as well to prevent spidering or data = parsing. A cookie jar allows for total browser emulation. Here is a similar Perl = module that accomplishes this: http://search.cpan.org/author/GAAS/libwww-perl-5.69/lib/HTTP/Cookies.pm Thanks for the reply! rw ----- Original Message -----=20 From: Somik Raha=20 To: htm...@li...=20 Sent: Sunday, March 02, 2003 7:05 PM Subject: Re: [Htmlparser-user] Cookies Do these libraries have anything that will handle cookies? CookieJar = functionality? Not yet. Can you give us a use case - we could look into adding it. Regards, Somik ----- Original Message -----=20 From: Rich Williams=20 To: htm...@li...=20 Sent: Sunday, March 02, 2003 1:35 AM Subject: [Htmlparser-user] Cookies Hi all, =20 Do these libraries have anything that will handle cookies? = CookieJar functionality? thanks rw |