In answer to the original -- the quick answer would be that makeRequest supports GET and POST methods, so you could pass information either in a querystring or as post data in the request body.
If what you want to do is more complicated than that, we'll probably need more information to help ya out.