istio v1.13.3

VirtualService.spec.http[].route[].headers.request.add.spec.http.corsPolicy

Cross-Origin Resource Sharing policy (CORS).

7 fields
VirtualService.spec.http[].route[].headers.request.add.spec.http.corsPolicy fields and descriptions
Field / TypeDescription
allowCredentials
boolean

No description provided.

  • nullable
string[]

No description provided.

string[]

List of HTTP methods allowed to access the resource.

string[]

The list of origins that are allowed to perform CORS requests.

any[]

String patterns that match allowed origins.

string[]

No description provided.

maxAge
string

No description provided.