Summary: | Safari doesn't send the If-None-Match header when the response contains the stale-while-revalidate header | ||
---|---|---|---|
Product: | WebKit | Reporter: | Boris Ozegovic <boris.ozegovic> |
Component: | Page Loading | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | achristensen, annevk, ap, beidson, cdumez, youennf |
Priority: | P2 | ||
Version: | Safari 17 | ||
Hardware: | Mac (Apple Silicon) | ||
OS: | macOS 14 |
Description
Boris Ozegovic
2024-06-07 01:51:33 PDT
You can use this HTML, you don't have to create a resource <html> <head> <script type="text/javascript" src="https://stale-while-revalidate-test.glitch.me/somefile.js"></script> </head> <body> </body> </html> |