is it possible to reapeat/replay a session x times with a different reaquest header.
I was thinking of a for loop inside OnBeforeRequest
which will iterate over the same request from the session, but with a different parameter for the request header ...
But I am kind of lost, can you help me?