[REBOL] Re: Reading and setting cookies (and HTTP POST )
From: volker::nitsch::gmail::com at: 21-Nov-2005 17:40
On 11/21/05, Giuseppe Chillemi <gchillemi-aliceposta.it> wrote:
> > Based on Gabrieles code a short demo. Hope it makes some sense.
>
> > Accessing cookie-pages.
> > A very raw demo, cookie-parsing needs lots of improvements.
>
> > browser-demo: http://polly.rebol.it/cgi-bin/cookie-demo.cgi
> > cgi-source: http://polly.rebol.it/test/test/cookie-demo/cookie-demo.cgi
> > rebol client-demo:
> http://polly.rebol.it/test/test/cookie-demo/cookie-demo.r
>
> Ciao Volker,
> The last example matches part of the output obtained using HTTP
> TOOLS.
That was the point. Its inbuild now, no http-tools needed ;)
I
> I need only further parsing on the values of the cookie but that's
> simple now.
[snip]