When running a load test I want to turn off cached requests.
My web test has the Cache Control setting turned off, which is supposed to mean don't cache. However, it looks like it is caching the images etc; which I don't want.
How can I do this?
Thanks