Brief Introduction
Product Introduction
User Guide (Dash)
Login
Bucket Management
Create/Delete Bucket
Obtain Domains
Bind Service Domains
Set a Bucket as Origin
Mirroring Storage
CORS
File Management
Customized Data Process
Usage Statistics
IAM
IA Storage and Archive Storage
API
Tools
Tutorials

CORS

更新时间:2022-02-09 14:03:38

Cross-origin resource sharing (CORS) allows web applications to access resources that do not belong to the domain.

CDNetworks Object Storage CORS settings consist of one or more CORS rules, and each CORS rule contains the following settings:

  • allowed_origins, the source of allowed cross-domain requests, such as www.my-domain.com, *
  • allowed_methods, HTTP methods allowed for cross-domain requests (PUT, POST, GET, DELETE, HEAD)
  • allowed_headers, headers allowed in the OPTIONS prefetch instruction, such as x-os-test, *
  • expose_headers, which allows users to access response headers from the application
  • Cache Timeout(Seconds), the browser’s prefetch (OPTIONS) request for a specific resource cache time to return the result

image.png

本篇文档内容对您是否有帮助?
有帮助
我要反馈
提交成功!非常感谢您的反馈,我们会继续努力做到更好!