Bucket Cors Cors Rule
Constructors
Properties
Link copied to clipboard
Specifies whether the headers specified by Access-Control-Request-Headers in the OPTIONS preflight request are allowed. You can use only one asterisk (*) as the wildcard for allowed header. .
Link copied to clipboard
The cross-origin request method that is allowed. Valid values: GET, PUT, DELETE, POST, and HEAD.
Link copied to clipboard
The origins from which cross-origin requests are allowed. .
Link copied to clipboard
The response headers for allowed access requests from applications, such as an XMLHttpRequest object in JavaScript. .
Link copied to clipboard
The period of time within which the browser can cache the response to an OPTIONS preflight request for the specified resource. Unit: seconds.