When I use Chars as keys or values of the params dictionary:
var params = {
'a' => 1,
'b' => 'foo',
"bar" => 'c'
};
var options = {
:method => Communications.HTTP_REQUEST_METHOD_GET
};
Communications.makeWebRequest(url, params, options,...