pupsnow / as3ebaylib

Automatically exported from code.google.com/p/as3ebaylib
0 stars 0 forks source link

crossdomain.xml problems #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a really nice SDK.

However I've tried to run the sample files from my server, but get 
Security Sandbox issues. Not sure why as 
https://api.ebay.com/crossdomain.xml exists and looks OK.

Original issue reported on code.google.com by n...@greenspaceresearch.com on 8 Apr 2007 at 6:30

GoogleCodeExporter commented 9 years ago
Oops - sorry I've realised I was trying to connect with http not https. Works 
perfectly now.

Original comment by n...@greenspaceresearch.com on 9 Apr 2007 at 2:13

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
hi !

Could you explain how you do that ?
Here a piece of my FLEX file : 
...
Security.allowDomain("*");
Security.allowInsecureDomain("*");
Security.loadPolicyFile("https://api.ebay.com/crossdomain.xml");
...
But i have still this error dialog : Error #2044: securityError non pris en 
charge :
text=Error #2048: Violation de la sécurité Sandbox : 
http://localhost/XXX/Main.swf ne
peut pas charger de données à partir de https://api.ebay.com/ws/api.dll.

Thanks !

Tom

Original comment by aphi...@gmail.com on 27 Jul 2007 at 1:41