Http Route Cors Policy Args
The Specification for allowing client side cross-origin requests.
Constructors
Properties
In response to a preflight request, setting this to true indicates that the actual request can include user credentials. This translates to the Access-Control-Allow-Credentials header. Default value is false.
Specifies the content for Access-Control-Allow-Headers header.
Specifies the content for Access-Control-Allow-Methods header.
Specifies the regular expression patterns that match allowed origins. For regular expression grammar, please see https://github.com/google/re2/wiki/Syntax.
Specifies the list of origins that will be allowed to do CORS requests. An origin is allowed if it matches either an item in allow_origins or an item in allow_origin_regexes.
Specifies the content for Access-Control-Expose-Headers header.