Hi,
We have some python scripts running on the PLCnext controller. When we want to retrieve some data from the real-time environemt, we use the REST API. Therefore, we need to retrieve an access token using some credentials.
Is there a way to access the data without providing the credentials? The script is already located on the controller (using the same credentials) and should implicit access to this?
The problem with providing these credentials is that when a user decides to change the password using the wbm, the scripts stop working.