gpt4 book ai didi

javascript - 为什么在 javascript 中使用 fetch 后 session 会被清除?

转载 作者:行者123 更新时间:2023-12-03 06:34:06 24 4
gpt4 key购买 nike

我通常在 Flask(Web 框架)中使用 session ,一切正常。但是,当我在 javascript 中通过 fetch 发送 GET 请求时, session 似乎被清除(未保存)。背后的原因是什么?有什么方法可以解决这个问题吗?

最佳答案

下次您可以尝试fetch(url, {凭证:'same-origin'}),而不是简单地调用fetch(url)::

credentials: The request credentials you want to use for the request: omit, same-origin, or include. To automatically send cookies for the current domain, this option must be provided. Starting with Chrome 50, this property also takes a FederatedCredential instance or a PasswordCredential instance.

—来自Fetch#Parameters (强调我的)

关于javascript - 为什么在 javascript 中使用 fetch 后 session 会被清除?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38311982/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com