Re: [whatwg/fetch] Firefox deletes all cookies from fetch request! (#1182)

You are not supposed to be able to set Cookie headers, see https://fetch.spec.whatwg.org/#forbidden-header-name. If it actually works in Chrome that would be a security bug, but I suspect you might have already had the cookie set in some other way in that browser.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/1182#issuecomment-788015793

Received on Monday, 1 March 2021 15:02:22 UTC