Hi there!

I am doing some tests with FB4 and Webservices, and got security errors, but
when compiled on FB3, is all fine.

The crossdomain is this:

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "
http://www.adobe.com/xml/dtds/cross-domain-policy.dtd";>
<cross-domain-policy>
    <site-control permitted-cross-domain-policies="master-only"/>
    <allow-access-from domain="*" to-ports="*"/>
    <allow-http-request-headers-from domain="*" headers="SOAPAction"/>
</cross-domain-policy>


Any help?

Thanks

Rogério Gonzalez

Reply via email to