Send data from ThingWorx using HTTPS
Hi,
We need to send data from ThingWorx data table to external systems through HTTPS.
Flow is :
1. Send data from DataTable to external system using REST over https.
2. If call is successful(HTTP status code =200), mark data as sent.
3. In case of failure, mark data as NotSent.
I tried with ContentLoaderFunctions.LoadJSON(), issue is it does not get any HTTP status code after execution.
There is existing issue while getting http status codes. ( https://www.ptc.com/en/support/article?n=CS228550&source=snippet )
Is there any other way to send data from ThingWorx over https.
Last option can be creating custom extension for same, but is there OOB functionality?
Thanks,
Vishwas
