Skip to content
New issue

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

Chrome does not send cookies with cross origin ajax request #14

Open
LennyLip opened this issue Sep 19, 2021 · 1 comment
Open

Chrome does not send cookies with cross origin ajax request #14

LennyLip opened this issue Sep 19, 2021 · 1 comment

Comments

@LennyLip
Copy link
Collaborator

LennyLip commented Sep 19, 2021

Django development server set SameSite param of cookie to Lax by default:
image

To use demo app with Django development server, we need to clear this param to none (until we migrate to Django > 3.1):
image

it works early, but stops working with the new version of Chrome. axios, in Chrome, are not sent the cookie at all.
image


firefox ok:
image

@LennyLip
Copy link
Collaborator Author

EditThisCookie Chrome Dev console tab just does nothing. (not saved cookie inside browser, after SameSite value update).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant