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

allowedHeaders

val allowedHeaders: Array<String>

List of request headers that can be used during the actual request.

This property controls the value of the pre-flight response's Access-Control-Allow-Headers header. "*" means that all headers requested by the client are allowed.

If undefined, all requested headers are allowed.