Hi Team,
When I make API call from Appian, I am only getting iSession id in Cookie in Header whereas in Post man I am able to get both iSession id and JSESSION ID.
Can you please help me to get JSESSION ID while calling an API from Appian?
Thank you in advance
Discussion posts and replies are publicly visible
Just curious, why do you want/need the jsessionid?
I need to make further API calls with the session id I have got from the first call. My second API is not working if I pass only one session id (isession id) so I need to get both isession id and jsession id.