为了账号安全,请及时绑定邮箱和手机立即绑定

XMLHttpRequest cannot load http://127.0.0.1:8090/api/list. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.

XMLHttpRequest cannot load http://127.0.0.1:8090/api/list. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.

正在回答

2 回答

跨域了,不过你是本地请求一般不会出现。。。有可能你电脑上访问html页面 使用的localhost,host文件里面没有localhost的dns配置?

在Handler函数内第一行添加w.Header().Set("Access-Control-Allow-Origin", "*"),设置请求的域名可以为任意域名。


0 回复 有任何疑惑可以回复我~

在函数getFileListHandler中第一行添加w.Header().Set("Access-Control-Allow-Origin", "*"),就解决获取视频列表跨越问题了。?

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
5G时代Vlog原型系统开发
  • 参与学习       12622    人
  • 解答问题       19    个

Vlog创造了一大批“网红”,来学Vlog系统开发,做第一批吃螃蟹的人!

进入课程

XMLHttpRequest cannot load http://127.0.0.1:8090/api/list. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'null' is therefore not allowed access.

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信