Hi,
I’m trying to connect to a local webserver to test a webAPI.
I can connect to the API using browser receiving JSON results
This is the complete URL:
http://127.0.0.1:8080/SQL_Server_API/SELECT?QUERY=SELECT%20*%20FROM%20TF_UTENTI
AND this is the returned JSON string
{“error”:{“status”:false,“code”:0,“source”:""},“result”:[[“69”,“Name”,“password”,“login_name”,“Y”,“10”]]}
If I try to connect to this URL with thunkable in LIVE TEST I can get nothing from the url and I can’t figure out why.
What’s wrong with my code?