Skip to content

io.helidon.cors.CrossOriginConfig

Description

Represents information about cross origin request sharing

Configuration options

KeyTypeDefaultDescription
allow-headersList<String>*Sets the allow headers
allow-credentialsBooleanfalseSets the allow credentials flag
max-age-secondsLong3600Sets the maximum age
allow-originsList<String>*Sets the allowOrigins
expose-headersList<String>Sets the expose headers
path-patternString{+}Updates the path prefix for this cross-origin config
allow-methodsList<String>*Sets the allow methods
enabledBooleantrueSets whether this config should be enabled or not

Usages


See the manifest for all available types.