次の方法で共有


CorsPolicy interface

クロスオリジン-リソース共有ポリシー

プロパティ

allowCredentials

リソースで資格情報を許可するかどうかを指定します

allowedHeaders

access-control-allow-headers ヘッダーの内容を指定します

allowedMethods

access-control-allow-methods ヘッダーの内容を指定します

allowedOrigins

access-control-allow-origins ヘッダーの内容を指定します

exposeHeaders

access-control-expose-headers ヘッダーのコンテンツを指定します

maxAge

access-control-max-age ヘッダーの内容を指定します

プロパティの詳細

allowCredentials

リソースで資格情報を許可するかどうかを指定します

allowCredentials?: boolean

プロパティ値

boolean

allowedHeaders

access-control-allow-headers ヘッダーの内容を指定します

allowedHeaders?: string[]

プロパティ値

string[]

allowedMethods

access-control-allow-methods ヘッダーの内容を指定します

allowedMethods?: string[]

プロパティ値

string[]

allowedOrigins

access-control-allow-origins ヘッダーの内容を指定します

allowedOrigins: string[]

プロパティ値

string[]

exposeHeaders

access-control-expose-headers ヘッダーのコンテンツを指定します

exposeHeaders?: string[]

プロパティ値

string[]

maxAge

access-control-max-age ヘッダーの内容を指定します

maxAge?: number

プロパティ値

number