Unanswered question

Neoload automatically inserting If-Modified-Since field in request header

My recorded request do not have "If-Modified-Since" field in the header. However during playback Neoload automatically adds this field with some timestamp. This results in server responding with http status code 304 instead of expected 200. Can I know why is Neoload inserting this field, and how does it determine the timestamp value.

Sathish J.
Sathish J.

Sathish J.

Level
0
14 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

This header is related to the cache of the resources. It is added to check if the resource has been modified on the server side.

When it is not the server replies back with a 304 which is completely normal. That means no need for the client to download the resource again since it has not been modified since the last check.

 

Sathish J.
Sathish J.

Sathish J.

Level
0
14 / 100
points

Is there a way I can disable Neoload from adding this field in header during playback.

Toppar B.
Toppar B.

Toppar B.

Level
0
13 / 100
points

Does someone have an answer to this question? This is still relevant today. How can we get NeoLoad to disable these fields from automatically being inserted into request headers?

christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

You have control on the cache on the population settings: 'handle cache'.

If you want to simulate no cache, make sure you use 'New user'.