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