configuration of the CORS policy
whitelist of path prefixes to restrict the filter
Apply the filter, given the request header and a function to call the next operation.
Apply the filter, given the request header and a function to call the next operation.
A function to call the next opertion. Call this to continue normally with the current request. You do not need to call this function if you want to generate a result in a different way.
configuration of the CORS policy
configuration of the CORS policy
A play.api.mvc.Filter that implements Cross-Origin Resource Sharing (CORS)
It can be configured to...
CORS specification
CORSActionBuilder
AbstractCORSPolicy
CORSConfig