[REBOL] Re: Reading and setting cookies (and HTTP POST )
From: gabriele:colellachiara at: 21-Nov-2005 12:51
Hi Giuseppe,
On Monday, November 21, 2005, 11:26:32 AM, you wrote:
GC> DOES open/custom issues a "/ POST" command too ?
GC> If the answer is YES: How to express the encoded data after the header ?
It does if you want it too. I.e.:
read/custom url [post "postdata" [Cookie: "name=value"]]
The header part is optional, that is you can just:
read/custom url [post "postdata"]
postdata
is whatever your CGI app is expecting, which usually is
something like "name=value&name2=value2".
Regards,
Gabriele.
--
Gabriele Santilli <gabriele-rebol.com> --- http://www.rebol.com/
Colella Chiara software division --- http://www.colellachiara.com/