It's all about the answers!

Ask a question

How to authenticate RQM Server using RQM REST API


Chaitali Kulkarni (1525) | asked Jan 05 '18, 1:42 a.m.

 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


permanent link
Donald Nong (14.5k614) | answered Jan 07 '18, 7:40 p.m.

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)

Chaitali Kulkarni selected this answer as the correct answer

Comments
Chaitali Kulkarni commented Jan 10 '18, 10:55 p.m.

 Thanks Donald.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.