Skip to content Skip to sidebar Skip to footer

How To Access Hp Alm Using Rest And Local Javascript?

I just want to access ALM via local written javascript js in the browser (IE11, Firefox) via the REST API but I can not login. Here is my code for requesting the LWSSO cookie via j

Solution 1:

First of all; which version of ALM are you using? Second, I think you are using the wrong URL for the authentication point. According to the documentation (for ALM 12.01) it should be https://alm.xxx.net/qcbin/authentication-point/authenticate.

Also, the HTTP method you use should be GET, not POST.

I noticed that you are using https in the URL, so I assume your instance of ALM is set up with that?

Post a Comment for "How To Access Hp Alm Using Rest And Local Javascript?"