Fix the issue that browsers that still cache iframe and at the same time don't...
Fix the issue that browsers that still cache iframe and at the same time don't cache client raise an exception because collabora parameter is not defiled
parent
0af9bb8f
No related tags found
Loading
-
@alexey.lunin do you have any idea why browsers can have outdated cached iframe, but it's okay with client? When we checked it with Olgun, they both have headers
Cache-Control: must-revalidate max-age 1
.Edited by Igor Markin -
@igor.markin I saw this behavior earlier. I had to reset request's cache with chrome dev utils in the network section. I remember I saw cache-control: public for the vcl/js/iframe and vcl/js/client (or may be for at least one of them).
So, I think browser still think that the above requests should be loaded from the disk.
-
@alexey.lunin but
no-cache
cancelsmust-revalidate
. Shouldn't we just leave must-revalidate here?
Please register or sign in to comment