gpt4 book ai didi

php - 'Access-Control-Allow-Origin' header 的值不等于提供的来源

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:43:47 25 4
gpt4 key购买 nike

我正在尝试使用 ajax 登录 API,但出现此错误:

XMLHttpRequest cannot load. The 'Access-Control-Allow-Origin' header has a value that is not equal to the supplied origin. Origin 'http://localhost' is therefore not allowed access.

我在整个互联网上阅读了有关此错误的所有信息,并且我已经尝试了所有可以在网上找到的解决方案。我根据此处的 CORS 说明修改了 .htaccess 和 apache httpd 配置文件:http://enable-cors.org/server_apache.html

Access-Control-Allow-Origin: *

似乎没有任何效果。如果你们能帮我解决这个问题,我将不胜感激。谢谢!

最佳答案

您必须将 Access-Control-Allow-Origin header 设置为 * 或指定值 http://localhost

您可以通过以下方式做到这一点:

1- 你的代码

2-.htaccess 文件

3- 服务器配置(需要重启网络服务器)

这是显示如何在 apache 上执行此操作的链接

http://access-control-allow-origin-guide.com/enable-cors-on-apache-linux/

关于php - 'Access-Control-Allow-Origin' header 的值不等于提供的来源,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38043194/

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