Hello,
Would anybody know how to troubleshoot 403 forbidden API error?
I am trying to acquire QSDK token, well basically to login, to continue my queries, but it straight away gives out 403 error. I don’t even see the attempt in webserver.log of commcell to which I query for QSDK token..
Ports 80,443 are open and working correctly, all firewalls are allowed.. I am not even sure where to check.
autho‘url] variable is: http://ipaddressofcommcell/webconsole/api/
self.cs_login_url variable is: '<DM2ContentIndexing_CheckCredentialReq mode="Webconsole" username="<<username>>" password="<<password>>" />'
Does not matter what credentials I use, I’ve tried admin account of commcell, I’ve tried my own domain account, with all of them I can login to JAVA GUI with no issues.
Any ideas where to start looking?