We seem to be having issues using the Netburner Flash example that they have. We have changed it a bit for an application of ours, and we are stumbling on the "Cross Domain Policy". Specifically, what does all the parts mean and what do we need to make it pretty lax and allow anything to connect. Here is what the policy is now:
char cross_domain_policy[] = "<?xml version=\"1.0\"?> <!DOCTYPE cross-domain-policy SYSTEM \"http://www.adobe.com/xml/dtds/cross-domain-policy.dtd\"> <cross-domain-policy> <site-control permitted-cross-domain-policies=\"all\"/> <allow-access-from domain=\"*\" to-ports=\"*\" secure=\"false\"/> <allow-http-request-headers-from domain=\"*\" headers=\"*\" secure=\"false\"/> </cross-domain-policy>\0";
Does anyone have ideas?
Netburner's Flash Example: Issues with "Cross Domain Policy"
-
- Posts: 1
- Joined: Tue Apr 07, 2009 11:15 am
Re: Netburner's Flash Example: Issues with "Cross Domain Policy"
How does the unchanged example work in the same environment/connection type?