Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
from the subject, running 6.12 ThingWorks KEPWare Server with IoTGateway REST Server configured as write enabled (for endpoints).
When attempting to write a value to a tag through REST call, the following is returned:
{
"writeResults": [
{
"id": "<tag_name>",
"s": false,
"r": "Request rejected."
}
]
}
HI @MS_9937986 - You've not supplied a whole lot of information on what you're trying to do in order to guide you (as in your server application with REST endpoint, auth mechanism, etc.). I'd suggest that you look at the server side access log as this should give you an indication of why the request was refused.