Re: can't get cookies from web page through perl

2002-09-04 Thread Adam Ingerman
I'm trying to use HTTP::Cookies and LWP::UserAgent to fake a real user HTTP request. When executing this script from a browser, I want to set the cookies that the website normally would and load the page that the website normally would also. I can't get the cookie part to work. I'm able to

Re: can't get cookies from web page through perl

2002-09-04 Thread $Bill Luebkert
TC Winquist wrote: I'm trying to use HTTP::Cookies and LWP::UserAgent to fake a real user HTTP request. When executing this script from a browser, I want to set the cookies that the website normally would and load the page that the website normally would also. I can't get the cookie part to

Re: can't get cookies from web page through perl

2002-09-04 Thread Carl Jolley
On Wed, 4 Sep 2002, TC Winquist wrote: I'm trying to use HTTP::Cookies and LWP::UserAgent to fake a real user HTTP request. When executing this script from a browser, I want to set the cookies that the website normally would and load the page that the website normally would also. I can't

RE: can't get cookies from web page through perl

2002-09-04 Thread TC Winquist
/sample/testcontinue.pl\;Click/abr \n; exit; -Original Message- From: $Bill Luebkert [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 5:48 PM To: TC Winquist Cc: [EMAIL PROTECTED] Subject: Re: can't get cookies from web page through perl TC Winquist wrote: I'm trying

Re: can't get cookies from web page through perl

2002-09-04 Thread $Bill Luebkert
TC Winquist wrote: I can't get the cookies to load when running the script from a domain other than my domain (globalnamespace.com). I need to be able to load the cookie set by my globalnamespace.com script from anywhere, not just from within globalnamespace.com. I made the changes you