-- Forwarded message --
From: Otto Kowalski
Date: 2013/7/5
Subject: Re: post,get,etc Jason to URL on android
To: How to use LiveCode
i put
libUrlSetSSLVerification false
before post url and now i'm not even getting an empty answer :/
2013/7/5 Andrew Kluthe
> Sounds like you
Subject: post,get,etc Jason to URL on android
To: use-livecode@lists.runrev.com
hi guys, i try to develop a mobile app for android/ios using the apis of a
web application.
it expects a Login like this:
{
"username":"xx","password":"yy"
}
i already set the http Header to application/json and