- Home /
 
 
               Question by 
               Stream · Oct 25, 2014 at 12:49 PM · 
                httpscrossdomain.xml  
              
 
              Facebook-crossdomain-https Problem
I'm trying to run the game on Facebook Canvas. When client accessing the server - error occurs "Rejected because no crossdomain.xml policy file was found". File in its place and configured correctly. I'm pretty sure that the problem is that my server is not using https and client does (Facebook Canvas requires use https). I do not want to modify the server to work via https. Is there any other way out of this problem?
               Comment
              
 
               
               
               Best Answer 
              
 
              Answer by Stream · Oct 25, 2014 at 11:33 AM
Problen solved! I found answer here - http://answers.unity3d.com/questions/666783/crossdomainxml-error-when-hosted-on-https-but-requ.html - Just need to add tag secure="false"
Your answer