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

[REBOL] POSTing to url

From: jblake::arsenaldigital::com at: 12-Jul-2007 14:27

Ok. What am I doing wrong? I'm reading in a csv and using the data to post to a url. The url is a php script that opens a ticket in our ticketing system. I can read the file info. When I post, the response is that it's not seeing all of the items needed. I'm doing; result: read/custom http://x.x.x.x/api/portal.php reduce ['post mold host ip category customer] host, ip, category and customer are all populated from the csv. I tried putting ['post mold "?&host="host "&ip="ip ...snip..] but that didn't work either. I feel like I'm hitting all around it but not quite there yet. Thanks John