求助跨域访问报错问题

327 天前
 gooooood

我在腾讯云普通服务器上建站 imgurl 图床网站,想着用于给自己的程序访问上传/下载。 结果本地访问服务器一直报错,按照网上的方法试了一下,还是有问题。

请教一下各位这个问题应该如何解决?另外云服务器对这种方式建站然后自己使用存在什么限制吗?

报错信息:( xxxx 是我的域名)

Access to XMLHttpRequest at 'http://xxxx' from origin 'http://localhost:7457' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

前端 Header 配置:

        res.header("Access-Control-Allow-Origin", "*");
        res.header("Access-Control-Allow-Headers", "X-Requested-With");
        res.header("Access-Control-Allow-Methods", "PUT,POST,GET,DELETE,OPTIONS");
        res.header("X-Powered-By", ' 3.2.1')
        res.header("Content-Type", 'text\/plain; charset=utf-8');

后端 Header 配置:

header("Access-Control-Allow-Origin: *");
377 次点击
所在节点    问与答
1 条回复
yxisenx
327 天前
报错提示没有响应标头 `Access-Control-Allow-Origin`, https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Headers/Access-Control-Allow-Origin

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/989099

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX