You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to ServerHttpSecurity.cors() but only handles pre flight requests with the proposed PreFlightWebFilter. We may want to make this as part of cors or we may add a new preFlight dsl method.
Similar to
ServerHttpSecurity.cors()
but only handles pre flight requests with the proposedPreFlightWebFilter
. We may want to make this as part ofcors
or we may add a newpreFlight
dsl method.See spring-projects/spring-framework#26885
The text was updated successfully, but these errors were encountered: