You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to MDN, The cookie-sending behavior if SameSite is not specified is SameSite=Lax. Previously the default was None, which cookies were sent for all requests.
So in Chrome > 84, PUT method will casue an issue.
The text was updated successfully, but these errors were encountered:
7sDream
changed the title
Default SameSite changes to Lax cause PUT method set-cookie data blocked
Default SameSite changes to Lax cause PUT method has no effect
Apr 13, 2021
According to MDN, The cookie-sending behavior if SameSite is not specified is SameSite=Lax. Previously the default was None, which cookies were sent for all requests.
So in Chrome > 84,
PUT
method will casue an issue.The text was updated successfully, but these errors were encountered: