Hi,
I am trying to pull the data form an API that first need to get
the JESSIONID by using the login server (post request like this
https://url/api/login?email=MYUSERNAME&password;=MYPASSWORD).
Then the JESSIONID cookie value is session ID that need to be included in header as a value of COOKIE in further request to obtain the data (for example https://url/api/v1?objectType=assets&action;=load&accountFilter;=MYACCOUNTID).
Any idea to achieve this will be highly appreciated.
Himal