diff --git a/2.1.x/multi/multi__cors_configuration.html b/2.1.x/multi/multi__cors_configuration.html index 610d32b9..d5b22845 100644 --- a/2.1.x/multi/multi__cors_configuration.html +++ b/2.1.x/multi/multi__cors_configuration.html @@ -10,4 +10,4 @@ allowedOrigins: "https://docs.spring.io" allowedMethods: - GET
-
In the example above, CORS requests will be allowed from requests that originate from docs.spring.io for all GET requested paths.