Click or drag to resize

CorsRule Properties

The CorsRule type exposes the following members.

Properties
  NameDescription
Public propertyAllowedHeaders
Request headers allowed by the CORS rules
Public propertyAllowedMethods
Method list of the CORS rules
Public propertyAllowedOrigins
List of origins (character strings representing domain names) allowed by the CORS rules
Public propertyExposeHeaders
Response headers allowed by the CORS rules
Public propertyId
CORS rule ID
Public propertyMaxAgeSeconds
Cache duration (in seconds) of the request result on the OBS client
Top
See Also