Configure CORS Policies
CORS Policies can be configured by creating a [cors-policy:<policy name>] stanza in the web reverse proxy configuration file.
Each reverse proxy instance can contain multiple CORS Policies. See [cors-policy:<policy name>]. The reverse proxy determines which resources to perform CORS processing on based on the request match entries. The request match entries will be evaluated against the request line of each incoming request to determine which CORS policy should be applied to the incoming request. See request-match. If multiple policies contain overlapping request match patterns, the first match found is the policy selected. Request match patterns should be written so they do not overlap with each other.
Parent topic: Cross-Origin Resource Sharing (CORS) Support