Hi:
I have a Silverlight client connected to an SSRS Reporting Service over https which works fine for wildcard characters.
For example, when the domain uris are this:
<domain uri="http://*" />
<domain uri="https://*" />
application works fine. But when domain uri is set to a specific server, cross domain errors appear:
<domain uri="http://A.B.C.D" />
<domain uri="https://A.B.C.D" />
Is there a way to set domain uris in clientaccesspolicy.xml file without using wildcard character?