[REBOL] Cookies and Redirected URLs
From: reboler:bol at: 21-Sep-2003 15:17
Hi Folks!,
Sorry to bother you, but I'm really needing of your guru advices.
How can I read all the cookies set by the server?
I'm reading an URL that sets a cookie, then redirects to another URL, set
another cookie, then redirects to another URL and set another cookie, this
process takes five steps.
I just can read the first URL, because after I set the cookie it redirects
to another url, then I receive the error 404.
I've also tried:
port: open http://www.somesite.com/?xas&fsnfÇNDF;;;
headers: port/locals/headers
urls: port/locals/list
if empty? urls [ urls: port/url ]
close port
If I could get all the new urls and the cookies great, but it's not working.
Any tips?
What about RebOldes' cookie-daemon?
Thanks in advance,
Best Regards,
--DJ