Interface CorsRejection.InvalidOrigin
- All Superinterfaces:
CorsRejection.Cause
- All Known Implementing Classes:
CorsRejection.InvalidOrigin
- Enclosing interface:
- CorsRejection
Signals the CORS request was rejected because its origin was invalid. An empty list means the Origin header was
null.-
Method Summary
Methods inherited from interface org.apache.pekko.http.cors.javadsl.CorsRejection.Cause
description
-
Method Details
-
getOrigins
List<HttpOrigin> getOrigins()
-