Workers caching and sec-fetch-mode: navigate
I've got a worker route that caches GET requests when sec-fetch-mode: navigate header is present and not otherwise. I'm not doing anything with that header in the worker - it's just a proxy that adjusts some cookies (backend-for-frontend pattern).
Anyone seen anything like this?
Anyone seen anything like this?
0 Replies