Namespace: ITHit.WebDAV.Server
If this property is set to * CORS will be enabled for in all domains. In this case, if the Origin request header is available the Engine will extract the value of the Origin header and set the Access-Control-Allow-Origin header to the value of the Origin header. If Origin header is not available the Access-Control-Allow-Origin header will be set to '*'.
To enable CORS for a specific domain set this property to the name of the of the domain. To disable CORS set this property to null or empty string.
If CORS is enabled Access-Control headers are included in all responses.