Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很惊讶https://fetch.spec.whatwg.org/标准不允许从服务器设置 cookie。我预计 New Fetch 将成为 XHR 的绝佳替代品,但是......
有人知道它的任何官方答案吗?提前致谢!
你说的不正确。服务器绝对可以设置 cookie,但与 XMLHttpRequest 一样,您无法从 API 访问它们。从 JavaScript 观察 cookie 的唯一方法是document.cookies,我们决定不增加位置的数量,因为我们还没有找到这样做的好方法,同时也尊重 cookie 标志,例如HttpOnly.
document.cookies
HttpOnly