-
crossdomain.xml
Hi, I have a file loading an xml file from
http://www.ipoker.com/resources/networkinfo.xml
My cross domain policy is set up on razormedia.co.uk like thus:
HTML Code:
<cross-domain-policy>
<allow-access-from domain="www.ipoker.com" />
<allow-access-from domain="www.ipoker.com/resources" />
</cross-domain-policy>
Now everything works fine locally but not on my site.
why not?
anyone?
-
-
Doesn't the crossdomain policy file have to be on the ipoker site? eg the ipoker site has to allow you access to there XML resources (or is it to early and I have everything backwards?)
Also along the way this has got stricter in terms of exactly matching the urls, eg www.ipoker.com and ipoker.com were considered the same but they are no longer considered the same.
Here is Colin Moocks info about cross domain policy files:
http://moock.org/asdg/technotes/crossDomainPolicyFiles/
Thanks
Luke
-
-
you can us
[as]
<cross-domain-policy>
<allow-access-from domain="www.ipoker.com" />
<allow-access-from domain="www.ipoker.com/resources" />
<allow-access-from domain="*" />
</cross-domain-policy>
[as]
-
sorry,
<allow-access-from domain="*" />
-
You suck for doing poker sites. Please don't spam me.
-
Scott, don't make me send my meta crawler over to ruin your sites in google...