Can HTTPS serve a SWF file without secure HTTP content?

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

+4
source share
1 answer

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

+1
source

Source: https://habr.com/ru/post/1414894/


All Articles