|
-
Senior Member
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?
-
Senior Member
-
Senior Member
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
-
Senior Member
-
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="*" />
-
Moderator The Minister of No Crap
You suck for doing poker sites. Please don't spam me.
-
Senior Member
Scott, don't make me send my meta crawler over to ruin your sites in google...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|