Quantcast
Channel: Answers for "crossdomain.xml - No valid crossdomain policy available"
Browsing all 16 articles
Browse latest View live

Answer by BerggreenDK

1) have you tried it when specifying the top and sublevel domain? 2) can you access the file from a normal browser on the real url? like: http://yourdomain.com/crossdomain.xml if you CAN'T download it...

View Article



Answer by Leslie Young

It should be note **domain="*"** as stated [in the docs][1]. I had the same problem until I tried that. [1]: http://unity3d.com/support/documentation/Manual/Security%20Sandbox.html

View Article

Answer by jahroy

Try opening and saving the file on the server with vi. That's the only way I was able to get mine to work... 1. ssh to server 2. open crossdomain.xml with vi 3. save file 4. enjoy To open a file named...

View Article

Answer by andresp

Make sure you are saving the file in UTF8 without BOM (Byte Order Mark)

View Article

Answer by RichardN

I had a similar issue, and what fixed it was I had to specify the port on my unity URL request. url = "http://192.168.19.129:80/"; Leaving the port 80 off, resulted in just getting crossdomain policy...

View Article


Answer by Meltdown

If anyone is having this issue on IIS, note that the crossdomain.xml file needs to be in the root folder of the IIS website, not in the root folder of any virtual directory or application.

View Article

Answer by Eydamson

i found the solution. just go to edit>project settings>editor> the change the default host url to your own host url, host url means your sever url. it will work even without the...

View Article

Answer by sotirosn

If you are getting this error from connecting with a socket, then it is not an http request for crossdomain.xml sent to port 80, but rather a raw tcp (telnet) request sent to port 843. You can use...

View Article


Answer by BerggreenDK

1) have you tried it when specifying the top and sublevel domain? 2) can you access the file from a normal browser on the real url? like: http://yourdomain.com/crossdomain.xml if you CAN'T download it...

View Article


Answer by Leslie-Young

It should be note **domain="*"** as stated [in the docs][1]. I had the same problem until I tried that. [1]: http://unity3d.com/support/documentation/Manual/Security%20Sandbox.html

View Article

Answer by jahroy

Try opening and saving the file on the server with vi. That's the only way I was able to get mine to work... 1. ssh to server 2. open crossdomain.xml with vi 3. save file 4. enjoy To open a file named...

View Article

Answer by andresp

Make sure you are saving the file in UTF8 without BOM (Byte Order Mark)

View Article

Answer by RichardN

I had a similar issue, and what fixed it was I had to specify the port on my unity URL request. url = "http://192.168.19.129:80/"; Leaving the port 80 off, resulted in just getting crossdomain policy...

View Article


Answer by Meltdown

If anyone is having this issue on IIS, note that the crossdomain.xml file needs to be in the root folder of the IIS website, not in the root folder of any virtual directory or application.

View Article

Answer by Eydamson

i found the solution. just go to edit>project settings>editor> the change the default host url to your own host url, host url means your sever url. it will work even without the...

View Article


Answer by sotirosn

If you are getting this error from connecting with a socket, then it is not an http request for crossdomain.xml sent to port 80, but rather a raw tcp (telnet) request sent to port 843. You can use...

View Article
Browsing all 16 articles
Browse latest View live




Latest Images