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

[REBOL] Re: HTTP-Post Error

From: al:bri:xtra at: 28-Oct-2002 18:44

Matt wrote:
> Why doesn't this work? > post_data: "data1=value&data2=value2" > > read/custom URL[ > post post_data > ]
Try: post_data: "data1=value&data2=value2" read/custom URL compose [ post (post_data) ] 'compose evaluates paren! values in a block! value. Andrew Martin ICQ: 26227169 http://valley.150m.com/