gpt4 book ai didi

jquery.ajax 在 iis 上返回内容类型 "html",而在本地主机上返回内容类型 "json"

转载 作者:行者123 更新时间:2023-12-01 01:20:21 25 4
gpt4 key购买 nike

我正在使用jQuery.ajax函数对asp.net中的页面方法进行ajax调用。我专门将 content-type 设置为 application/json;字符集=utf-8。当我查看 firebug 中的响应时,它说内容类型是 html。

以下是我的 ajax 调用的代码:

 $.ajax({
async: asyncVal,
type: "POST",
url: url + '/' + webMethod,
data: dataPackage,
contentType: "application/json; charset=UTF-8",
dataType: "json",
error: errorFunction,
success: successFunction
});

最佳答案

您请求某种内容类型,但如果您的脚本没有通过相应设置响应 header 来处理此请求,则让 IIS 决定返回什么内容。只需将 header 强制设置为正确的值即可。

关于jquery.ajax 在 iis 上返回内容类型 "html",而在本地主机上返回内容类型 "json",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2991183/

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