Skip to main content
1-Visitor
May 4, 2017
Question

Access remote localhost

  • May 4, 2017
  • 2 replies
  • 1872 views

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

2 replies

5-Regular Member
May 4, 2017

Theresa did you include the port on which ThingWorx is responding on that IP? e.g. http://192.168.6.108:8080/Thingworx

5-Regular Member
May 5, 2017

Theresa Lichtenberger​,

Is post request working? Make sure to include the contentType too if you are on ThingWorx version lower than 7.4.0

1-Visitor
May 5, 2017

hey Ankit Gupta​,

I have already included the content-type, but I still have the same problem 😕