I am having trouble getting the Cookie field in the request headers.
My code for getting the Set-Cookie field works fine:
.check(headerRegex("Set-Cookie", "JSESSIONID=(.*)").saveAs("Jsession"))
Doing .check(header("Cookie").saveAs("cookie")) returns empty