Hi,
all of sudden my app started to give errors (300, NETWORK_REQUEST_TIMED_OUT) on the following code:
Log(url);
// Make the request
Comm.makeWebRequest(
url,
{
},
{
"Content-Type" => Comm.REQUEST_CONTENT_TYPE_URL_ENCODED
},
method(:onReceive)
);
}