Edge Cache Service Routing Path Matcher Route Rule Route Action Cors Policy
data class EdgeCacheServiceRoutingPathMatcherRouteRuleRouteActionCorsPolicy(val allowCredentials: Boolean? = null, val allowHeaders: List<String>? = null, val allowMethods: List<String>? = null, val allowOrigins: List<String>? = null, val disabled: Boolean? = null, val exposeHeaders: List<String>? = null, val maxAge: String)
Properties
Link copied to clipboard
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 response header.
Link copied to clipboard
Specifies the content for the Access-Control-Allow-Headers response header.
Link copied to clipboard
Specifies the content for the Access-Control-Allow-Methods response header.
Link copied to clipboard
Specifies the list of origins that will be allowed to do CORS requests. This translates to the Access-Control-Allow-Origin response header.
Link copied to clipboard
Specifies the content for the Access-Control-Allow-Headers response header.