Hello,
I try to get the mysql query "SELECT * FROM nodes where mac='005056XXXXXX' " working with the API.
I tested it with RESTClient Addon in Firefox and everything works fine with Basic Authentication (admin, admin) and GET URL
https://IP/query.php?t=nodes&q=mac="005056XXXXXX" .
But my problem is that we're using SSO to login.
If I try to login with my Active Directory credentials or admin/admin won't work.