How to authenticate RQM Server using RQM REST API
Hi,
I'm trying to hit RQM REST API to get all Testcase IDs of Testplan as follows:
https://<server>:<port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project alias>/testcase?fields=feed/entry/content/testcase/(webId|testplan[@href="https://<server>:<port>/qm/service/com.ibm.rqm.integration.service.IIntegrationService/resources/<project alias>testplan/urn:com.ibm.rqm:testplan:1"])
I tried to hitting with Basic Auth header and form based authetication too. I got response status code as 200 but still I am getting ,
"Javascript is either disabled or not supported by your browser".
kindly suggest me appropriate option to authenticate
Accepted answer
You probably got the log in page. Apparently you missed a few things during the practice.
I suggest you start with the OSLC workshop.
https://jazz.net/library/article/635
(While it talks about developing Java codes, it does contain very detailed information about using REST client in a browser to access the OSLC API)