Hi,
Im trying to make a simple call to a API which is https only. The method requires a accesstoken, which I add like this:
Comm.makeJsonRequest(url,
{
"access_token" => "52b6b1581b7759710304b77a|644b691510848295a2acc6300141205a"
}, {}, method(:onReceive));
the url is an https://mywebsite.com/api/myMethod
But the call fails with a 404 error. Does Android Connect Mobile support https?