Skip to content

Commit

Permalink
Add missing WebFlux CORS Reference
Browse files Browse the repository at this point in the history
  • Loading branch information
eleftherias committed Jun 18, 2021
1 parent 7f81b3f commit b51c18b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/src/docs/asciidoc/_includes/reactive/cors.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[[webflux-cors]]
== CORS
= CORS

Spring Framework provides https://docs.spring.io/spring/docs/current/spring-framework-reference/web-reactive.html#webflux-cors-intro[first class support for CORS].
CORS must be processed before Spring Security because the pre-flight request will not contain any cookies (i.e. the `JSESSIONID`).
Expand Down
2 changes: 2 additions & 0 deletions docs/manual/src/docs/asciidoc/_includes/reactive/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ include::webclient.adoc[leveloffset=+1]

include::method.adoc[leveloffset=+1]

include::cors.adoc[leveloffset=+1]

include::test.adoc[leveloffset=+1]

include::rsocket.adoc[leveloffset=+1]

0 comments on commit b51c18b

Please sign in to comment.