WebConfigSettingIdsCrossOriginResourceSharingOrigins Field |
To stop cross-domain attacks, JavaScript POST messages and REST calls are not allowed from non-originating domains.
In various embedding scenarios, this can be enabled by specifying the comma delimited list of domain origins
(such as http://test1domain.com:123, http://test2domain.com:456), or all (by using *).
This should be used with care.
Namespace:
Dundas.BI.Web
Assembly:
Dundas.BI.Web.Core (in Dundas.BI.Web.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public static readonly Guid CrossOriginResourceSharingOrigins
Public Shared ReadOnly CrossOriginResourceSharingOrigins As Guid
public:
static initonly Guid CrossOriginResourceSharingOrigins
static val CrossOriginResourceSharingOrigins: Guid
Field Value
Type:
GuidRemarks The value of this constant is 2a681a83-e807-4be6-8c79-6c351b0e2ca6.
Data Type:
String.
Default Value:
Empty.
See Also