gpt4 book ai didi

javascript - 修改 jQuery ajax 请求连接头

转载 作者:行者123 更新时间:2023-11-29 10:25:13 25 4
gpt4 key购买 nike

我尝试用以下代码修改 Connection header 但没有成功

jQuery.ajax({
url: URL,
async: boolVariable,
beforeSend: function(xhr)
{
xhr.setRequestHeader("Connection", "close");
}
})

通过 Firebug 显示的请求 header :

Connection  keep-alive
X-Requested-With XMLHttpRequest

设置此特定 header 是否有任何奇怪的错误/问题?还是我做错了什么?

最佳答案

根据标准here您不能设置 Connection header 。它将终止设置的 header 。此外,如果您在 webkit 中尝试此操作,控制台将输出 Refused to set unsafe header "Connection" 所以看起来您将无法在客户端执行您想要的操作。

关于javascript - 修改 jQuery ajax 请求连接头,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2954958/

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