Hello, I am creating a REST sensor using POST method to query the server. The POST request (json format) contains some essential information which I'd like to hide from the PRTG end user who will be using the sensor. For example, postdata field: { "HEAD": { "ID": "XXXXXl", "TIMESTAMP": "XXXXX", "TRANS_ID": "XXXXXXXXXXX", "TOKEN": "XXXXXXXXXX" }, "BODY": { "terminals": [ "XXXXXX" ] } }
Is there a way to send the postdata as a json file/object rather than an open text data?
Add comment