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

CorsSettings interface

跨域资源共享 (CORS) 应用的设置。

属性

allowedOrigins

获取或设置应允许 (进行跨源调用的源列表,例如: http://example.com:12345) 。 使用“*”,允许所有来源。

supportCredentials

获取或设置是否允许使用凭据的 CORS 请求。 有关详细信息,请参阅 https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials

属性详细信息

allowedOrigins

获取或设置应允许 (进行跨源调用的源列表,例如: http://example.com:12345) 。 使用“*”,允许所有来源。

allowedOrigins?: string[]

属性值

string[]

supportCredentials

获取或设置是否允许使用凭据的 CORS 请求。 有关详细信息,请参阅 https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials

supportCredentials?: boolean

属性值

boolean