Not really a gotcha, but if you are using "beta.httprequest" and
cannot get data with responseText make sure this is set on your
request:
request.setRequestHeader("Content-type","application/x-www-form-
urlencoded");Otherwise, I couldnt get it to work (I only checked with POST, not sure about PUT and GET)
