Re: [w3c/ServiceWorker] Support modifying cookies on an intercepted fetch (#837)

> [@jakearchibald](https://github.com/jakearchibald) why Service Worker can't create cookies? Header `Set-Cookie` created from service worker is removed from the response. What is the reason behind this?
> 
I think it has nothing to do with Service Worker. It's because `Set-Cookie` is a [forbidden response header name](https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_response_header_name).



-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/837#issuecomment-2601815797
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/ServiceWorker/issues/837/2601815797@github.com>

Received on Monday, 20 January 2025 09:04:59 UTC