你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CorsOptions interface

定义用于控制索引的跨域资源共享(CORS)的选项。

属性

allowedOrigins

将向其授予 JavaScript 代码访问索引的源列表。 可以包含 {protocol}://{fully-qualified-domain-name}[:{port#}] 形式的主机列表,或单个“*”以允许所有源(不建议)。

maxAgeInSeconds

浏览器应缓存 CORS 预检响应的持续时间。 默认为 5 分钟。

属性详细信息

allowedOrigins

将向其授予 JavaScript 代码访问索引的源列表。 可以包含 {protocol}://{fully-qualified-domain-name}[:{port#}] 形式的主机列表,或单个“*”以允许所有源(不建议)。

allowedOrigins: string[]

属性值

string[]

maxAgeInSeconds

浏览器应缓存 CORS 预检响应的持续时间。 默认为 5 分钟。

maxAgeInSeconds?: number

属性值

number