It's all about the answers!

Ask a question

How to get JSESSIONID value from Chrome browser?


Pallavi Deore (3819) | asked Sep 17 '19, 5:49 a.m.

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



permanent link
Ralph Schoon (62.0k33643) | 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. 


Ralph Schoon commented Sep 17 '19, 6:27 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Kindly help me with reading my answer and look into the post. 

Your answer


Register or to post your answer.