共用方式為


CorsSettings 類別

跨原始來源資源分享 (應用程式的 CORS) 設定。

繼承
azure.mgmt.web._serialization.Model
CorsSettings

建構函式

CorsSettings(*, allowed_origins: List[str] | None = None, support_credentials: bool | None = None, **kwargs: Any)

僅限關鍵字的參數

名稱 Description
allowed_origins

取得或設定應該允許在 (進行跨原始來源呼叫的來源清單,例如: http://example.com:12345) 。 使用 "*" 可全部允許。

support_credentials

取得或設定是否允許具有認證的 CORS 要求。 如需更多詳細資料,請參閱 https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials \(英文\)。

變數

名稱 Description
allowed_origins

取得或設定應該允許在 (進行跨原始來源呼叫的來源清單,例如: http://example.com:12345) 。 使用 "*" 可全部允許。

support_credentials

取得或設定是否允許具有認證的 CORS 要求。 如需更多詳細資料,請參閱 https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials \(英文\)。