spring-framework / org.springframework.web.bind.annotation / CrossOrigin / exposedHeaders

exposedHeaders

val exposedHeaders: Array<String>

List of response headers that the user-agent will allow the client to access.

This property controls the value of actual response's Access-Control-Expose-Headers header.

If undefined, an empty exposed header list is used.