Module io.helidon.webserver.cors
Package io.helidon.webserver.cors
Annotation Interface Cors.AllowOrigins
- Enclosing class:
Cors
Allowed origins.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String[] valueA list of origins that are allowed such as"http://foo.com"or"*"to allow all origins. Corresponds to headerAccess-Control-Allow-Origin.- Returns:
- allowed origins
-