Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Is this gone cant find the example anywhere?
Cheers
@Thetowen You can refer the ThingWorx Youtube channel links for details -
https://www.youtube.com/watch?v=-ncCMHHS7CQ
https://www.youtube.com/watch?v=3wvs56TnpTU
Hope it helps.
-Durgesh
Thanks Durgesh I've seen them but it doesn't give a copy of the code??
@Thetowen It seems the documentation location has been changed and I am not aware of it. There are existing post which you can review and see if this helps.
https://community.ptc.com/t5/ThingWorx-Developers/Open-weather-app-tutorial-problem/m-p/502396
Meanwhile, i am checking internally if I can help you with the documentation location.
-Durgesh
Durgesh,
I think I know what the issue is. I'm sending a http instead of a https request. Is it possible to use http request on Thingworx 8.2?
Cheers
@Thetowen It should work with http as well. Could you please provide more details how exactly you are making the http call and what is the error you are getting in application logs.
-Durgesh
I think I read somewhere port 80 is shut?
For example if I want to read a value I use the follow code
But if I use
it wont work?
Cheers
@Thetowen It could be due to the way the development instance has been set up with SSL. So, do you see any problem if you make request with https ?
Also, as per confirmation from Academic team that this course has been retired and is the reason for unavailability of documentation on this topic.
-Durgesh
Durgesh,
If you copy paste the above links in your browser you'll see that the https works ok but the http doesn't. As I'm using an Arduino dealing with SSL certificates etc would be very difficult.