In a Silverlight application, I want to access the Silverlight.xap page of a file from an HTTP subdomain, but web services access another subdomain to receive sensitive information via HTTPS.
I installed clientaccesspolicy.xml in the root of the subdomain, and it allows silverlight applications to access their services via http, but not https. It gives a cross-domain access error, which it usually issued without client policy.
I know that the browsers themselves have many limitations on mixing http and https. Am I trying to do something that is not allowed?
source
share