bbhh
(Bbhh)
May 2, 2014, 12:24am
1
Hi.
If I’m connecting to Backendless from a Flash swf, I’m getting
Error #2044: Unhandled securityError:. text=Error #2170: Security sandbox violation: http://localhost/testappall/bin/testappall.swf cannot send HTTP headers to https://api.backendless.com/v1/users/login .
This is caused by Adobe according to:
Security sandbox violation error even with crossdomain.xml / Again, a very nice surprise by Adobe. I have a flex application which makes cross-domain requests to another server holding REST API. There is a crossdomain.xml file, but the request still...
Would you please update
https://api.backendless.com/crossdomain.xml
to
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<site-control permitted-cross-domain-policies="all"/>
</cross-domain-policy>
to see if it works better?
Thanks
We will take care of this ASAP.
We have updated crossdomain.xml, please try now.
bbhh
(Bbhh)
May 5, 2014, 3:24am
4
Thank you. It’s strange that still doesn’t work.
However, as a test, I have no problem accessing
https://api.parse.com/1/login
So, I think their crossdomain.xml may work
https://api.parse.com/crossdomain.xml
It should be fixed now, please try again.