我把声音文件放到UPYUN中,在手机浏览器中可以播放,但是在微信浏览器中提示: "XMLHttpRequest cannot load http://osgames1.b0.upaiyun.com/games/Jzyu-Tutorial/audio/theme-32k.mp3. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://osgames.duapp.com' is therefore not allowed access.", source: http://osgames.duapp.com/apprun.php?appid=preview491421720374169 (0)
不知有没有方法设置Access-Control-Allow-Origin这个值?我向公司力荐UPYUN的云存储,如果这个问题解决不了,我还得找其他云存储测试。
发起请求时,带上
Origin: *
字段,返回时响应头中会有Access-Control-Allow-Origin: *
字段。