Netburner's Flash Example: Issues with "Cross Domain Policy"

Discussion to talk about software related topics only.
Post Reply
seidleroni
Posts: 1
Joined: Tue Apr 07, 2009 11:15 am

Netburner's Flash Example: Issues with "Cross Domain Policy"

Post by seidleroni »

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?
rnixon
Posts: 833
Joined: Thu Apr 24, 2008 3:59 pm

Re: Netburner's Flash Example: Issues with "Cross Domain Policy"

Post by rnixon »

How does the unchanged example work in the same environment/connection type?
Post Reply