How to mange HTTPS calls from device
Hi,
I have one device that can make HTTP GET and POST to a server, but i dont know how to get this information into Thingworx 7.4.
For example, the package sent by device is like this (from network monitor tool): GET https://servername/push.aspx?id=e89b06c4.
Questions is: how i get that id parameter (or whatever string comes after the "?") into a string property on my thing?
