Base client access policy.xml for WebClient or HTTP access : Policy « Data « Silverlight






Base client access policy.xml for WebClient or HTTP access

 
<?xml version="1.0" encoding="utf-8"?>
<access-policy>
    <cross-domain-access>
        <policy>
            <allow-from http-request-headers="*">
                <domain uri="*"/>
            </allow-from>
            <grant-to>
                <resource path="/" include-subpaths="true"/>
            </grant-to>
        </policy>
    </cross-domain-access>
</access-policy>

   
  








Related examples in the same category

1.More restrictive client access policy
2.Silverlight clientaccesspolicy.xml File That Grants Rights to the Root Path and Subpaths to Everyone
3.Silverlight clientaccesspolicy.xml File That Grants Access for Specific Directories to Specific Domains