A play.api.mvc.ActionBuilder that implements Cross-Origin Resource Sharing (CORS)
Components for the CORS Filter
Configuration for play.filters.cors.AbstractCORSPolicy.
Configuration for play.filters.cors.AbstractCORSPolicy.
§6.1.2 §6.2.2 Always matching is acceptable since the list of origins can be unbounded.
§6.2.5 Always matching is acceptable since the list of methods can be unbounded.
§6.2.6 Always matching is acceptable since the list of headers can be unbounded.
Provider for CORSConfig.
A play.api.mvc.Filter that implements Cross-Origin Resource Sharing (CORS)
A play.api.mvc.Filter that implements Cross-Origin Resource Sharing (CORS)
It can be configured to...
play.filters.cors.AbstractCORSPolicy
Provider for CORSFilter.
CORS module.
A play.api.mvc.ActionBuilder that implements Cross-Origin Resource Sharing (CORS)
A play.api.mvc.ActionBuilder that implements Cross-Origin Resource Sharing (CORS)
It can be configured to...
CORSActionBuilder(configuration) { Ok } // an action that uses the application configuration CORSActionBuilder(configuration, "my-conf-path") { Ok } // an action that uses a subtree of the application configuration val corsConfig: CORSConfig = ... CORSActionBuilder(conf) { Ok } // an action that uses a locally defined configuration
Helpers to build CORS policy configurations
A play.api.mvc.ActionBuilder that implements Cross-Origin Resource Sharing (CORS)
CORS specification
play.filters.cors.CORSFilter