You need to sign in to do that
Don't have an account?

flash player 124 security issues
Hi
The flash player 124 seems to be restricting cross domain requests to salesforce. I see the request from cross domain swf's are getting
sandbox violation error.
Error: Request for resource at https://na5.salesforce.com/services/Soap/u/10.0/462300D70000000IjhM by requestor from <externaldomain/swf> is denied due to lack of policy file permissions.
*** Security Sandbox Violation ***
Connection to https://na5.salesforce.com/services/Soap/u/10.0/462300D70000000IjhM halted - not permitted from <externaldomain/swf>
how to resolve this issue ? Anybody from salesforce shed more light on this ?
More about this issue,
http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security_04.html
Message Edited by xraydeltaone on 04-16-2008 12:46 PM
The flash player 124 seems to be restricting cross domain requests to salesforce. I see the request from cross domain swf's are getting
sandbox violation error.
Error: Request for resource at https://na5.salesforce.com/services/Soap/u/10.0/462300D70000000IjhM by requestor from <externaldomain/swf> is denied due to lack of policy file permissions.
*** Security Sandbox Violation ***
Connection to https://na5.salesforce.com/services/Soap/u/10.0/462300D70000000IjhM halted - not permitted from <externaldomain/swf>
how to resolve this issue ? Anybody from salesforce shed more light on this ?
More about this issue,
http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security_04.html
Message Edited by xraydeltaone on 04-16-2008 12:46 PM
Method name is: login
Advertencia: Omitiendo la etiqueta <allow-access-from> no válida para el dominio 'http://www3.stream.co.jp' en el archivo de política de http://www.salesforce.com/crossdomain.xml
We are experiencing this same issue. Can you please post a reply when the cross domain file is updated?
Thanks
https://na1.salesforce.com/services/Soap/cross-domain.xml
does this also work for us who are on emea.salesforce.com ?
regards,
Orn Asbjornsson
Siminn
<?xml version="1.0" ?>
<!DOCTYPE cross-domain-policy (View Source for full doctype...)>
- <cross-domain-policy>
<allow-access-from domain="*" secure="true" />
<allow-http-request-headers-from domain="*" headers="*" secure="true" />
</cross-domain-policy>
File be it has changed to:
<cross-domain-policy>
<site-control permitted-cross-domain-policies="by-content-type" />
<allow-access-from domain="http://www3.stream.co.jp" />
<allow-access-from domain="http://salesforce.sitestream.com" />
</cross-domain-policy>
we have different applications developed in Flex and Air and interacting with salesforce.com. Since yesterday all our applications are not running due it seems the crossdomain has changed.
Please can anybody help us?
Regards
Miguel
Hi Ron,
I am getting similar error for cs2.salesforce.com. I am trying to connect to sandbox and I can connect from standalone flex application. However when I load object is Salesforce I am getting cross domain security error. If I use developer organization it works fine from standalone app as well as from salesforce. Can you please help?
Regards