Allow Credentials
Credentials are allowed by default for CORS requests. To disallow credentials, simply set the allowCredentials
option to false
.
Example CORS Configuration
micronaut:
server:
cors:
enabled: true
configurations:
web:
allowCredentials: false