Crossdomain.xml security error

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:

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.

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.