Multiple Header Values
By default when a header has multiple values, multiple headers will be sent each with a single value. It is possible to change the behavior to send a single header with the list of values comma separated by setting a configuration option.
micronaut:
server:
cors:
single-header: true