CorsRule
A rule for a CORS policy. You can add up to 100 rules to a CORS policy. If more than one rule applies, the service uses the first applicable rule listed.
Types
Properties
Specifies which headers are allowed in a preflight OPTIONS request through the Access-Control-Request-Headers header. Each header name that is specified in Access-Control-Request-Headers must have a corresponding entry in the rule. Only the headers that were requested are sent back.
Identifies an HTTP method that the origin that is specified in the rule is allowed to execute.
One or more response headers that you want users to be able to access from their applications (for example, from a JavaScript XMLHttpRequest object).
One or more headers in the response that you want users to be able to access from their applications (for example, from a JavaScript XMLHttpRequest object).
The time in seconds that your browser caches the preflight response for the specified resource.