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 <[EMAIL PROTECTED]> --- http://www.rebol.com/ Colella Chiara software division --- http://www.colellachiara.com/ -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
