Get Buckets Bucket Cors Rule
Constructors
Properties
Control whether the headers specified by Access-Control-Request-Headers in the OPTIONS prefetch command are allowed. Each header specified by Access-Control-Request-Headers must match a value in AllowedHeader. Each rule allows up to one wildcard “*” .
Specify the allowed methods for cross-domain requests. Possible values: GET
, PUT
, DELETE
, POST
and HEAD
.
The origins allowed for cross-domain requests. Multiple elements can be used to specify multiple allowed origins. Each rule allows up to one wildcard "\*". If "\*" is specified, cross-domain requests of all origins are allowed.
Specify the response headers allowing users to access from an application (for example, a Javascript XMLHttpRequest object). The wildcard "\*" is not allowed.
Specify the cache time for the returned result of a browser prefetch (OPTIONS) request to a specific resource.