CORS 规则非法。
用户设置桶 CORS 规则时,CORS 规则中 AllowedOrigins
取值非法,比如星号(*)个数超过 1。
您配置桶 CORS 时,CORS 规则中 AllowedOrigins
取值非法。
PUT /?cors HTTP/1.1 Host: bucketname.tos-cn-beijing.volces.com Date: Fri, 30 Jul 2021 08:05:36 +0000 Authorization: authorization xxx { "CORSRules":[{ "AllowedOrigins":["*.*"], "AllowedMethods":["PUT", "GET"], "AllowedHeaders":["Authorization"], "ExposeHeaders":["x-tos-test"], "MaxAgeSeconds":1024} ] }
参见 PutBucketCORS,正确构造 CORS 规则,确保 AllowedOrigins
取值合法。