Access Request Headers after hitting the request

Hi @maintenance-enginee2

Try;

console.log(pm.request.headers.get("Cookie"));

Example req;
image

Output;
image