kminev
08-11-2008, 04:45 PM
I have the following crossdomain policy xml file:
<?xml version="1.0"?>
<!-- http://www.foo.com/crossdomain.xml -->
<cross-domain-policy>
<allow-access-from domain="xxx.xxx.com"/>
<allow-access-from domain="*.xxx.com"/>
<allow-http-request-headers-from domain="*" headers="SOAPAction"/>
<allow-access-from domain="*" to-ports="*" />
<allow-access-from domain="xxx.xx.xx.xx"/>
</cross-domain-policy>
The error I am experiencing states that Domain xxx does not specify a meta-policy.
How is the meta policy specified?
thanks
<?xml version="1.0"?>
<!-- http://www.foo.com/crossdomain.xml -->
<cross-domain-policy>
<allow-access-from domain="xxx.xxx.com"/>
<allow-access-from domain="*.xxx.com"/>
<allow-http-request-headers-from domain="*" headers="SOAPAction"/>
<allow-access-from domain="*" to-ports="*" />
<allow-access-from domain="xxx.xx.xx.xx"/>
</cross-domain-policy>
The error I am experiencing states that Domain xxx does not specify a meta-policy.
How is the meta policy specified?
thanks