Message
Alright, so I’ve made a PHP JSON Application that interacts with MySQL on localhost.
I’m using WebAPI-GET to call the JSON API and make it an object in Thunkable so I can show the details.
I’ve added 2 vibrates to check where my problem is and only the FIRST Vibrate function works and I’m expecting all of the vibrates to vibrate and show the detail from the API.
So I’m wondering if this is kind of LOCALHOST problem? Like Thunkable wants the link to be SSL Secured…
Code
~ ItsBenny