Added a discussion post to http-tools.r in rebol.org (well done Sunanda, all working smoothly). I just said the functionality is built in to rebol now, and gave Gabriele's examples below.
Perhaps Graham, the owner of http-tools.r, can put a note saying that the script is now (partly?) obsolete. (I also suggest to put the Purpose above the Usage, while you're at it..) Anton. > 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. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
