Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi Community,
I tried to change a value of a thing property with http://10.128.xx.xx:8080/Thingworx/Things/Value/Properties/num&method=put&appKey=c38d0a20-d00e-403d-958a-xxxxxxxxxxx&value=100
However it seems like the Application Key does not allow me access.
When I tried without the key, I get the login promt and after logging in I can see the value, but still not changed.
Do I have to somehow bind the AppKey to the Thing to get it working?
Thanks!
Solved! Go to Solution.
Hello @augmentor
Can you check whether "Allow Application key as URL Parameter" is enabled in PlatformSubsystem ?
and also check Application key expiry date.
Regards,
VR
Hello @augmentor
Can you check whether "Allow Application key as URL Parameter" is enabled in PlatformSubsystem ?
and also check Application key expiry date.
Regards,
VR
Thanks for the Quick reply @Velkumar
How do I access PlatformSubsystems? I could not find it in Composer.
The Expiration date should be fine (1 day).
You can search for "PlatformSubsystem" in Composer.
You`re the best, thanks a lot!!