次の方法で共有


AppServiceCorsSettings クラス

定義

アプリのクロスオリジン リソース共有 (CORS) 設定。

public class AppServiceCorsSettings
type AppServiceCorsSettings = class
Public Class AppServiceCorsSettings
継承
AppServiceCorsSettings

コンストラクター

AppServiceCorsSettings()

AppServiceCorsSettings の新しいインスタンスを初期化します。

プロパティ

AllowedOrigins

クロスオリジン呼び出しを許可する必要がある配信元の一覧を取得または設定します (例: http://example.com:12345)。 すべてを許可するには "*" を使用します。

IsCredentialsSupported

資格情報を含む CORS 要求を許可するかどうかを取得または設定します。 詳細については、 https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials をご覧ください。

適用対象