gpt4 book ai didi

javascript - XMLHttpRequest 无法加载

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

我正在尝试使用 javascript 调用一个页面,但没有收到响应,我收到以下错误

$.ajax({
type: "POST",
url: "https://account.domain.com/testimonial/user_message",
success:function(res){

alert(res);

}

});

当我调用这段代码时,控制台出现错误

XMLHttpRequest cannot load https://account.domin.com/admin/testimonial/user_message. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://domain.com' is therefore not allowed access.

如果我将这个 url 放入浏览器然后它会显示结果但是如果我使用 jquery 调用它那么为什么我会收到这个错误以及我如何调用这个 url

最佳答案

现代浏览器阻止跨域 XMLHttpRequest。请关注this link有关如何对不同域执行 XMLHttpRequest 的更多信息。

关于javascript - XMLHttpRequest 无法加载,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25342561/

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