Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
hey there,
I want to send a PUT-Request to a remote localhost in order to alter a property value there. Is that possible?
I tried to send one by using postman. I also got an appKey and the IP from that localhost, but it seems that I am doing something wrong.
Any suggestions on how to do that? Thank you in advance
Theresa
Theresa did you include the port on which ThingWorx is responding on that IP? e.g. http://192.168.6.108:8080/Thingworx
Is post request working? Make sure to include the contentType too if you are on ThingWorx version lower than 7.4.0
hey Ankit Gupta,
I have already included the content-type, but I still have the same problem :/