How can fetch request headers cookie value in gatling

i want to fetch value of JSESSIONID from cookie header from the request headers using gatling . how can i do it ?

Accept:text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,/;q=0.8,application/signed-exchange;v=b3;q=0.7
Accept-Encoding:gzip, deflate, br
Accept-Language:en-IN,en-GB;q=0.9,en;q=0.8,en-US;q=0.7
Cookie:JSESSIONID=58C6314802FA170E4DD1B9AA813232F4; atlassian.xsrf.token=BYHJ-QYVA-BYSV-X6QN_244cdaa8ce4d42c37214da0d910d08aa0c190a05_lout

Why would you want to do that while Gatling automatically handles cookies?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.