CorsConfiguration interface
サービス インスタンスの CORS 構成の設定。
プロパティ
allow |
CORS 経由で資格情報が許可されている場合。 |
headers | CORS 経由で許可されるヘッダー。 |
max |
CORS 経由で許可される最大年齢。 |
methods | CORS 経由で許可されるメソッド。 |
origins | CORS 経由で許可される配信元。 |
プロパティの詳細
allowCredentials
CORS 経由で資格情報が許可されている場合。
allowCredentials?: boolean
プロパティ値
boolean
headers
CORS 経由で許可されるヘッダー。
headers?: string[]
プロパティ値
string[]
maxAge
CORS 経由で許可される最大年齢。
maxAge?: number
プロパティ値
number
methods
CORS 経由で許可されるメソッド。
methods?: string[]
プロパティ値
string[]
origins
CORS 経由で許可される配信元。
origins?: string[]
プロパティ値
string[]