exposeHeaders property

List<String>? exposeHeaders
final

One or more headers in the response that you want users to be able to access from their applications (for example, from a JavaScript XMLHttpRequest object).

This element is optional for each rule.

Implementation

final List<String>? exposeHeaders;