Closed CodyHunt6sense closed 2 years ago
The list of valid cookie attributes is missing SameSite, and the Max-Ageattribute should be spelled with a hyphen, not an underscore. These errors were causing cookies with these attributes set to be dropped when returned across the proxy:
SameSite
Max-Age
Reference for attribute names: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie
The list of valid cookie attributes is missing
SameSite
, and theMax-Age
attribute should be spelled with a hyphen, not an underscore. These errors were causing cookies with these attributes set to be dropped when returned across the proxy:Reference for attribute names: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie