set-cookie 已在响应 header 中设置,但未在应用程序->Cookie 中显示

set-cookie is set in response header but it is not showing in Application->Cookies

前端 spa 托管在 netlify 中,后端托管在 heroku 中。并发送 cookie 作为响应 header,如图所示。但它未在 chrome devtools 应用程序中设置或无法通过 document.cookie 从控制台访问。

经过长时间的搜索,我发现您无法为跨源设置cookie。 我正在使用 Vue 和 Django Rest Framework。

您可以使用子域并在同一个网站上设置 cookie 'none',保护并将域设置为“.example.com”。