[Webkit-unassigned] [Bug 114738] 304s broken for main resources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 25 11:21:35 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=114738

--- Comment #19 from Alexander Romanovich <alex at sirensclef.com> ---
Another side effect of this issue is that developers are checking for the cache control header value of "max-age=0" to detect an end user refresh in order to perform certain tasks. They can do that for Chrome/FF/IE but for Safari user agents it requires a process of tracking the last visited page in a cookie or session and then assuming a refresh if the same page is hit again, which is neither the same thing nor efficient.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200825/769f9e5c/attachment.htm>


More information about the webkit-unassigned mailing list