I have 3 requests.
request 1 has an etag value from its header.
request 2 is taking that etag value as input header as If-None-Match header.
I don’t want to pass it to the next request. I tried with the below
Using version : Gatling-maven-plugin:3.0.5
.disableCaching()
.header(“If-None-Match”, “none”)
not worked. please help