gpt4 book ai didi

javascript - 如何将 withCredentials 添加到现有的 jquery.get 语句

转载 作者:行者123 更新时间:2023-11-30 06:59:17 25 4
gpt4 key购买 nike

我用 javascript 和 jquery 编写了我的应用程序,并广泛使用了 jquery.get、jquery.post 和 jquery.when。这在我的本地主机上进行了很好的测试,但现在我需要连接到另一台服务器上的 api 我发现我必须将 xhrFields: { withCredentials: true } 添加到我的所有 http 请求中。有什么方法可以将其包含在我的 jquery.get 语句中,还是必须将它们全部转换为 jquery.ajax 语句?

最佳答案

尝试

$.ajaxSetup({xhrFields: { withCredentials: true } });

在你的$(document).ready(function() {...});

关于javascript - 如何将 withCredentials 添加到现有的 jquery.get 语句,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24934523/

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