Note that the cae.cors.* configuration properties are not used anymore.
The generalized cors.* configuration properties must be used instead.
See Section 3.15.1, “CORS Properties”
cae.cors.allow-credentials-for-url-pattern
Type
Map<String,Boolean>
Description
Map of whether user credentials are supported, based on URL patterns.
In the preview CAE, this property may e.g. be configured with the
Studio host in order to allow AJAX requests from the Studio to the
CAE.
See Javadoc for more information on CORS configuration for the CAE.
Deprecation
This property has been deprecated since 2506.0.0 and will be removed in a future version.
Use cors.allowed-origins-for-url-pattern instead.
Reason:
Unified CORS configurations for delivery applications.
cae.cors.exposed-headers-for-url-pattern
Type
Map<String,List<String>>
Description
Map of response headers other than simple headers (i.e.
Cache-Control, Content-Language,
Content-Type, Expires,
Last-Modified or Pragma) that an
actual response might have and can be exposed, based on URL patterns.