Can anyone help me as my HP QC Update comment API is returning http_code: 401 which is "user not authenticated". But I am sending the request after login only. The flow is as below:
I hit qcbin/api/authentication/sign-in API which stores LWSSO_COOKIE_KEY, QCSession, ALM_USER and XSRF-TOKEN on my browser and temp file.
Then I am calling qcbin/rest/domains/domain_name/projects/project_name//defects/{id}
This time it returns 401
But in the same way I am able to create new defects.
Thank you.