Record -
http
: CorsConfig
Configurations for CORS support.
Fields
- allowHeaders string[] (default [])
-
The array of allowed headers by the service
- allowMethods string[] (default [])
-
The array of allowed methods by the service
- allowOrigins string[] (default [])
-
The array of origins with which the response is shared by the service
- exposeHeaders string[] (default [])
-
The whitelisted headers which clients are allowed to access
- allowCredentials boolean (default false)
-
Specifies whether credentials are required to access the service
- maxAge int (default -1)
-
The maximum duration to cache the preflight from client side