docs
api
Object-based Storage(US3)
AddCORSRule

Add Cross-Domain Rules - AddCORSRule

Overview

Add Cross-Domain Rule

Definition

Public Parameters

Parameter NameTypeDescription InformationRequired
ActionstringCorresponding API command name, the current API is AddCORSRule.Yes
PublicKeystringThe user's public key can be obtained from Console (opens in a new tab)Yes
SignaturestringUser signature generated based on public key and API command, see Signature AlgorithmYes

Request Parameters

Parameter NameTypeDescription InformationRequired
ProjectIdstringProject ID. If not filled in, the default project is used. Sub-accounts must fill in. Please refer to the GetProjectList interfaceNo
BucketNamestringBucket NameYes
AllowedOriginstringSpecify the allowed origins for cross-domain requests, use the wildcard (*) to allow cross-domain requests from all sources (multiple Origins are separated by ',')Yes
AllowedMethodstringSpecify the allowed cross-domain request methods. Supported method names are: GET, PUT, POST, DELETE, HEAD, OPTIONS (multiple Methods are separated by ',').Yes
AllowedHeaderstringSpecify allowed cross-domain request headers (multiple Headers separated by ',')No
ExposeHeaderstringSpecify the response headers that users are allowed to access from the application (multiple ExposeHeaders are separated by ',')No

Response Field

Field NameTypeDescription InformationRequired
RetCodeintReturn status code. If it is 0, it means successful return. If it is not 0, it means failure.Yes
ActionstringOperation command name.Yes
MessagestringReturns an error message, providing detailed description when RetCode is non-zero.No
CORSIdstringAdd a cors_id for a cross-domain ruleYes

Example

Request Example

https://api.surfercloud.com/?Action=AddCORSRule
&BucketName=zovBREtA
&Origin=JHadvfLW
&Method=dtinCAUg
&MaxAge=2
&Header=WGZPTauj
&ExposeHeader=gOGmfrie
&ProjectId=ZdxNuOEg

Response Example

{
  "Action": "AddCORSRuleResponse",
  "CORSId": "gdoTXICF",
  "RetCode": 0
}
  • Company
  • ContactUs
  • Blog
Copyright © 2024 SurferCloud All Rights Reserved