package javadsl
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
CorsRejection extends CustomRejection
Rejection created by the CORS directives.
Rejection created by the CORS directives. In case of a preflight request, one to three of the causes can be marked as invalid. In case of an actual request, only the origin can be marked as invalid.
Note: when the three causes are
empty, the request itself was invalid. For example theOriginheader can be missing.
Value Members
- object CorsDirectives