共用方式為


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