I\'m trying to make a simple HTTP POST request, and I have no idea why the following is failing. I tried following the examples here, and I don\'t see where I\'m going wrong
This works:
http.request(POST) { uri.path = '/search/' send URLENC, [string1: "", string2: "heroes"]