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
The ETag has been introduced for issue #178 in order to allow an efficient caching on client's side.
The ETag header is correctly sent by the server, but the corresponding If-None-Match request header is not sent by Chrome, although it is sent correctly by Firefox.
After a first quick investigation, it seems to be a common problem in Chrome.
The text was updated successfully, but these errors were encountered:
Is this bug solved? I'm having this issue on Chrome and Canary on OSX 10.14.4.
The ETag is set, but the browser does not request with If-None-Match. In Firefox this header is set.
The
ETag
has been introduced for issue #178 in order to allow an efficient caching on client's side.The
ETag
header is correctly sent by the server, but the correspondingIf-None-Match
request header is not sent by Chrome, although it is sent correctly by Firefox.After a first quick investigation, it seems to be a common problem in Chrome.
The text was updated successfully, but these errors were encountered: