Config key
cors
This type provides the following service implementations:
-
io.helidon.webserver.spi.ServerFeatureProvider
Configuration options
| key | type | default value | description |
|---|---|---|---|
|
boolean |
|
This feature can be disabled. |
| key | type | default value | description |
|---|---|---|---|
|
string[] |
|
List of sockets to register this feature on. If empty, it would get registered on all sockets. |
|
double |
|
Weight of the CORS feature. As it is used by other features, the default is quite high: CorsFeature.WEIGHT. |