gpt4 book ai didi

javascript - jQuery Ajax 有时执行 GET 而不是 POST

转载 作者:行者123 更新时间:2023-12-01 01:46:02 24 4
gpt4 key购买 nike

我在 MVC 应用程序中使用 jQuery。看起来 ajax 调用在生产中工作正常(我无法重现此错误),但我在错误日志中发现 ajax 请求有时执行 GET 而不是 POST。

有人可以解释一下为什么会发生这种情况吗?谢谢!

这是我的 ajax 调用:

jQuery.ajax({
url: "/search/location/cities",
data: "state=CA",
type: "post",
dataType: "json",
success: function (cities) {
//show the cities
}
});

这是错误日志:

RequestedUrl=/search/location/cities
Http method=GET
Unhandled Exception Occured
A public action method 'cities' was not found on controller

最佳答案

这完全是盲目的尝试,因为没有太多代码可供引用。

data:{
state:"CA"
}

关于javascript - jQuery Ajax 有时执行 GET 而不是 POST,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23916573/

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