Unable to disable If-None-Match header in my request

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

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