Skip to main content
Best answer by mhollenbach

Anurag,

A quick test, try going to the PlatformSubsystem Subsystem, click on the Configuration menu option, locate the "Allow Request Method Switch" option and check that, and then uncheck the "Filter Content Type" option.

Try running your request again and see if the property value changes.

Meghan

5 replies

5-Regular Member
September 6, 2016

Anurag, please do post some information on where you're running issues into. Is it the connectivity side or is it something on the platform?

1-Visitor
September 7, 2016

Hello Ravi,

I am using the 120 day trial server and have gone through all the steps as per the tutorial. I do not see any data reflected in the mashup for the specific Thing. The url being used in the android app to update the properties is shown below -

URL url = new URL("http://" + ipAddress

                + "/Thingworx"

                + "/Things/AndroidDevice_" + thing

                + "/Properties/" + property

                + "?method=put"

                + "&value=" + value

                + "&appKey=" + appKey);

Is this correct?

5-Regular Member
September 7, 2016

When you run the REST call, do you see any error message(s) on the Platform's Application log?