Problems with the clientaccesspolicy.xml for Silverlight access to HTTPS
Posted by: Al Pascual,
on 29 Jun 2009 |
View original | Bookmarked: 0 time(s)
I deployed a Silverlight application that needs to access HTTPS resources, for the deployment of course I read the guidelines to declared on the clientaccesspolicy file the https explicitly. So on the resources that needed to be access by Silverlight I added the following clientaccesspolicy.xml
<?xml version="1.0" encoding="utf-8" ?>
<access-policy>
<cross-domain-access>
<policy>
<allow-from http-request-headers="*">
...