Jump to content

304 get error on page refresh


Recommended Posts

Hello everyone,

 

I just noticed in Firefox network console that if I hit refresh on the page, it returns a bunch of 304 errors (see screenshot) - should that happen?

 

On initial page load, no problem. On force full refresh, no problem. But regular refresh, ta da, a lot of 304 errors.

 

Is this a server issue (VPS), or is this a PS configuration error?

 

Because if I google the 304 code, the consensus is that a server should never return this code unless badly configured. So I am worried my server might be screwed up.

 

Thanks for your input.

 

Dan

post-114428-0-52097200-1407504499_thumb.png

Link to comment
Share on other sites

When a validation request is made, the server can either ignore the validation request and response with a normal 200 OK, or it can return 304 Not Modified to instruct the browser to use its cached copy.  The 304 response can also include headers that update the expiration time of the cached document.

 

I do not think this is classified as an error.

Link to comment
Share on other sites

×
×
  • Create New...