Send information via REST API from smartphone
Hi,
I have a trial version Thingworx of 3 months installed on my computer. I downloaded and installed Httper APP on my smartphone and I´m trying to send information to thingworx via REST API but I can´t connect to Thingworx and the error message is: "Cannot access to the URL, check your connection and service provider"
I have connected smartphone and computer in the same network.
IP Computer= 192.168.1.22
IP Smartphone= 192.168.1.24
Port= 8080
This is the URL, headers and body:
Request method PUT
URL= http://192.168.1.22:8080/Thingworx/Things/DataLogger/Properties/Temperatura
Headers= AppKey= b2245650-d77e-4f8a-8dbb-4acbabf85230
Content-Type => application/json
Accept =>application/json
Body= {
"Temperatura": 34
}
Do I have something wrong? Could you help me with that?
Thank you in advance
BR
Luis

