Security sandbox violation
hi all,
getting below error
unhandled securityerror:. text=error #2048: security sandbox violation: http://localhost/httprequest.swf cannot load data from https://domain/exchweb/bin/owaauth.dll.
loaded cross domain policy file in flex
[security.loadpolicyfile("https://domain/crossdomain.xml");]
crossdomain.xml
<?xml version="1.0"?>
<!doctype cross-domain-policy system "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" to-ports="*" secure="false"/>
<site-control permitted-cross-domain-policies="all"/>
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
</cross-domain-policy>
using apache server,included crossdomain in httpdocs.
me.
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment