var options = { :method => Comm.HTTP_REQUEST_METHOD_POST };
Comm.makeJsonRequest("http://127.0.0.1:8000/", {}, options, method(:onReceive));
There isn't an error, but from my server I'm seeing that it's only doing a GET request. I'm definitely running SDK 1.2.0 since it compiles fine with the Comm.HTTP_REQUEST_METHOD_POST constant.