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

[REBOL] Cookies, http headers, etc.

From: rondon::andrade::uol::com::br at: 6-Jul-2002 10:49

Hi Rebolers!, Does anybody have an implementation that can handle the 'read function full compliant with the browsers? I mean, when I'm using 'read, I have to pay attention to the cookies sent by the server, redirects.. I know we can survive with great routines such as my-http.r and http-tools.r. It's a really bothering to have to read: if has a cookie, send it back, if it redirects, read again and search for another cookie, and send it back, over and over ... Don't you have an implementation that can handle all of that with a simple command? thanks in advance. Rondon