You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is going to be a terrible bug report because I have no concrete evidence after closing the browser window, but has anybody seen a situation where a 304 Not Modified response is returned, even though no If-None-Matches header wasn't added to the request?
I had a look at the code and it seems straight forward and this shouldn't be happening. Could some intermediary be adding If-None-Matches headers but not return the cached body content?
The text was updated successfully, but these errors were encountered:
I've got a couple of the reqeusts from which we're getting different responses. The only difference seems to be the cookie value, yet we're getting different responses.
Hi,
This is going to be a terrible bug report because I have no concrete evidence after closing the browser window, but has anybody seen a situation where a 304 Not Modified response is returned, even though no If-None-Matches header wasn't added to the request?
I had a look at the code and it seems straight forward and this shouldn't be happening. Could some intermediary be adding If-None-Matches headers but not return the cached body content?
The text was updated successfully, but these errors were encountered: