I have to add 2 custom cookies to a http request. How can I do this in gatling. I tried using ``headers` but I can add only one custom cookie using that .
.header(Map("Cookie" -> "testcookie1:assd; testcookie2::abcd"))
The above doesn’t work but if I use only one, it works. How can I add the second