gpt4 book ai didi

php - PHP 中缺少 CORS header 'Access-Control-Allow-Origin'

转载 作者:行者123 更新时间:2023-12-02 17:23:48 25 4
gpt4 key购买 nike

<分区>

在我的 Web 应用程序中,尝试使用 ajax 调用将数据传递到另一个域。但它显示错误,如 Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://example.com/auth/webschool/test.php。 (原因:缺少 CORS header “Access-Control-Allow-Origin”)。

我的 ajax 代码是,

 $.ajax({
type: "POST",
url: "http://example.com/auth/webschool/test.php",
data: {username: "abcd",password:"abcd"},
dataType: "html",
success: function (data) {
alert(data);
}
});

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