How to get JSESSIONID value from Chrome browser?
Hello Everyone
I am getting below error when i am trying to create workitem using rest api into existing RTC project area via Chrome Restlet client:
HTTP Status 403 - I have checked for this issue but I have doubt that how to get current JSESSIONID value from Chrome browser?
Pallavi Deore
|
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Sep 17 '19, 6:08 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER The JSESSIONID is a Cookie that you can find in the Request details.
You should use other tools if you try to experiment with REST calls. See https://rsjazz.wordpress.com/2019/05/13/using-a-rest-client-to-authenticate-to-elm-clm-applications/ .
The Cookie JSESSIONID returned is required to be passed in a header JSESSIONID in some cases. If not provided the tool assumes a cross site scripting attack, if I remember correctly. Not sure when this is needed, but I think the error message hints it.
Comments
Pallavi Deore
commented Sep 17 '19, 6:24 a.m.
Hi Ralph,
Even I have tried with Tabbed Postman rest client but I am getting same error HTTP Status 403 which need Jsessionid.
Kindly help me where I will get the JSessionid. Kindly help me with reading my answer and look into the 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.