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

Cookies and Post method

 [1/7] from: gchillemi:aliceposta:it at: 29-Feb-2008 11:51


A couple of months ago I have asked about using the new REBOL to read cookies and send them and use the POST method to login to a web page. It has been told me to search for 'Oldes scripts but I have not found them on REBOL.ORG. Could please someone help me ? Giuseppe Chillemi

 [2/7] from: brock:kalef:innovapost at: 29-Feb-2008 5:54


I don't know of Oldes tools but I've heard of Grahams... http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=http-too ls.r

 [3/7] from: gchillemi::aliceposta::it at: 29-Feb-2008 14:02


Hi Brock, http-tools is obsolete as in the newer version of rebol the cookie handling is already implemented in REBOL/core but I have not found either documentation or examples. Giuseppe Chillemi

 [4/7] from: moliad::gmail::com at: 29-Feb-2008 13:06


ah talking about R2 or R3 here? the term "new" is a bit confusing in these alpha release days -MAx On Fri, Feb 29, 2008 at 8:02 AM, Giuseppe Chillemi <gchillemi-aliceposta.it> wrote:

 [5/7] from: gchillemi::aliceposta::it at: 29-Feb-2008 23:10


Maxim, I am talking about R2 !! Giuseppe Chillemi

 [6/7] from: moliad::gmail::com at: 1-Mar-2008 4:50


the only thing I see cookie related is the following patched http handler by cyphre: http://www.rebol.org/cgi-bin/cgiwrap/rebol/view-script.r?script=my-http.r maybe you can understand its use by looking at the code... not many comments in there hehe. for cgi scripts, I also found this: http://www.rebol.net/cookbook/recipes/0045.html -MAx On Fri, Feb 29, 2008 at 5:10 PM, Giuseppe Chillemi <gchillemi-aliceposta.it> wrote:

 [7/7] from: jonwhispa::googlemail::com at: 3-Mar-2008 8:36


This will be the one http://box.lebeda.ws/~hmm/rebol/cookies-daemon_latest.r Been using it for a while now so store my session cookies. Only problem I encountred was with an occasional redirection, but apart from that brilliant bit of code. J