Answered question

can I ignore HTTP/1.1 304 Not Modified message???

While replaying a script for multiple times, i am getting "HTTP/1.1 304 Not Modified" message from 2nd iteration onwards.

Nrusingh P.
Nrusingh P.

Nrusingh P.

Level
0
77 / 100
points
Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

The first time a user connect to a web site, the browser will download all the HTML resources of the pages like images, javascripts, css etc...

The next time if those resources have not changed they won't be downloaded anymore but used from the browser cache. This is the meaning of that HTTP 304 status code. Also that's why it occurs on the second user iteration.

So it's not an issue but a normal behavior.

Did you find this useful ?

No (0)

Yes (1)

100%

100% of users found this answer useful