He,
Ik heb een crossdomain.xml op een server staan. Als ik HTTP gebruik dan werkt alles prima.
Echter, als ik HTTPS gebruik werkt het niet meer!
Crossdomain.xml:
Error code:
Het vreemde (en belangrijke) is: Ik zie in de HTTP sniffer (plugin in IE) dat de crossdomain.xml gewoon netjes door komt!
Ik heb een crossdomain.xml op een server staan. Als ik HTTP gebruik dan werkt alles prima.
Echter, als ik HTTPS gebruik werkt het niet meer!
Crossdomain.xml:
code:
1
2
3
4
5
6
7
8
| <?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="Master-Only"/> <allow-http-request-headers-from domain="*" headers="SOAPAction"/> <allow-access-from domain="*" secure="false"/> </cross-domain-policy> |
Error code:
code:
1
2
3
4
5
6
7
8
| OK: Searching for <allow-access-from> in policy files to authorize data loading from resource at https://www.test.nl/service.asmx?WSDL by requestor from http://localhost/test.swf Warning: Failed to load policy file from https://www.test.nl/crossdomain.xml Error: Request for resource at https://www.test.nl/service.asmx?WSDL by requestor from http://localhost/test.swf is denied due to lack of policy file permissions. |
Het vreemde (en belangrijke) is: Ik zie in de HTTP sniffer (plugin in IE) dat de crossdomain.xml gewoon netjes door komt!