Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can an HTTPS served SWF file request non-secure HTTP content?

Is there a way to have a SWF do cross-protocol (is that the right term?) HTTP requests when it is hosted in an HTTPS environment (via SSL)?

like image 891
chamberlainpi Avatar asked Nov 13 '22 04:11

chamberlainpi


1 Answers

You have to specify cross https/http communication in your crossdomain.xml - see for example: http://www.senocular.com/pub/adobe/crossdomain/policyfiles.html#allow-access-from-secure

like image 162
Simon Groenewolt Avatar answered Dec 15 '22 13:12

Simon Groenewolt