Interface InvalidOriginRejection

All Superinterfaces:
Rejection
All Known Implementing Classes:
InvalidOriginRejection

public interface InvalidOriginRejection extends Rejection
Rejection created by akka.http.scaladsl.server.directives.HeaderDirectives.checkSameOrigin. Signals that the request was rejected because Origin header value is invalid.
  • Method Details