Used credentials to test the API are admin:admin. But I often receive Not Authorized Exception.Are there other credentials that can be used?Best regards,Mihaela Stancheva
reI need to have access to the GRUD Operations to the TABLE API. I read from the documentation that I have to create a user with role "rest_service". How can I do it with basic authentication and user admin:admin on the demo environment on the Servic...
Thank you very much for the information. I am testing GRUD operations on insidents and user tables through the POSTMAN using REST API.And if I do simultaneous calls through java spring RestTemplate with Basic Authentication using admin:admin some of ...