Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Handling Cookies

 [1/1] from: reboler::bol::com::br at: 9-Oct-2003 14:42


Hi Folks!, Sorry to bother you again, but I'm having problems how to handle cookies. I'm accessing a site that has a form processing of the user entry in https scheme. When I run it using http-tools.r (by Grahan Chiu), I can get the the 'ASPSESSION=#########' and then there is a redirecting 302 to the url that I was trying to access. But as I have to keep it alive emiting the cookie back to the server, for every single url in normal http scheme, the server redirects me to the secure server just to check the cookies. I've try also RebOldes' Cookie-daemon, but it doesn't handle https requests, I think. Just to remember I have the Rebol/Command. Do you know how can I handle cookies in HTTPS and HTTP schemes without getting jumping from one side to another ? Thanks in advance. Best Regards!! --DJ