Hi,
I have SolarWinds Orion setup on my machine and I am able to connect to the database using SWQL Studio. I have also been able to create a REST request for one of the queries (referred the Orion SDK pdf).
The problem is with querying this REST endpoint from a javascript application. I get an 'authentication failed' error. I have passed the credentials to no avail. I have also tried entering the server details and the credentials in the proxy page. Also, I used fiddler to capture the request and observed that when the REST URL has the username and password appended to it, it still prompts for credentials. The protocol followed is HTTPS (since the port 17778 is used to communicate with the Information Services API).
Is there a workaround to this? Can HTTP protocol be used to query the Information Services API?
Any help is appreciated! Thanks in advance!!!