We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set-Cookie is not working with fetch.
//Response to POST request HTTP/1.1 200 OK X-Powered-By: Express Content-Type: application/json; charset=utf-8 Content-Length: 113 ETag: W/"71-397a9ddd" Set-Cookie: session=eyJ1c2VyIjp7Il9pZCI6IjE5MTlkamRrZCIsImZpcnN0TmFtZSI6Ikpvc2giLCJsYXN0TmFtZSI6IlBhZ2xleSIsImVtYWlsIjoiamRwYWdsZXlAZ21haWwuY29tIiwiY3JlYXRlZE9uIjoxNDMxMTQ4MTMxMjQ2fX0=; path=/ Set-Cookie: session.sig=ukSK6_n1uWqAbwEynmbLdtnASDo; path=/ Date: Sat, 09 May 2015 05:09:18 GMT Connection: keep-alive
The text was updated successfully, but these errors were encountered:
The Set-Cookie header is on the forbidden header list: https://fetch.spec.whatwg.org/#forbidden-response-header-name
Responses do not include forbidden headers: https://fetch.spec.whatwg.org/#concept-filtered-response-basic
Sorry, something went wrong.
No branches or pull requests
Set-Cookie is not working with fetch.
The text was updated successfully, but these errors were encountered: