public interface PreFlightRequestHandler
PreFlightRequestWebFilter
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Void> |
handlePreFlight(ServerWebExchange exchange)
Handle a pre-flight request by finding and applying the CORS configuration
that matches the expected actual request.
|
reactor.core.publisher.Mono<Void> handlePreFlight(ServerWebExchange exchange)
HttpStatus.FORBIDDEN
.exchange
- the exchange for the request