请求的资源上不存在“Access-Control-Allow-Origin”标头。因此不允许原点'...'访问

时间:2015-12-25 14:23:28

标签: .htaccess web unity3d

我正在尝试将基于统一的游戏(WebGL)发布到免费托管网站。我在firefox上打开.html游戏文件时遇到此错误(在Chrome上也是Chrome但现在不支持统一)

        XMLHttpRequest cannot load http://parked-domain.org/. No 'Access-Control-Allow-Origin'
 header is present on the requested resource. 
    Origin 'http://shantanusingh.byethost7.com' is therefore not allowed access.
        UnityLoader.js:1 Invoking error handler due to
        Uncaught unknown compression method

UnityLoader.js:1 Uncaught unknown compression method
UnityLoader.js:1 Invoking error handler due to
Uncaught incorrect header check

UnityLoader.js:1 Uncaught incorrect header check

UnityLoader.js:1 Invoking error handler due to
Uncaught incorrect header check

UnityLoader.js:1 Uncaught incorrect header check

它是一个非常简单的游戏,没有数据库访问,没有PHP的东西。

我已尝试删除.htaccess文件,在.htaccess文件中添加了其他代码,如本讨论http://forum.unity3d.com/threads/uncaught-exception-unknown-compression-method.373302/中所述,但问题仍然存在。

我想知道是否可以在免费托管网站上加载统一游戏?如果是,那么如何解决这个问题?

0 个答案:

没有答案