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
CORS handling has been significantly updated in Spring Framework 5.2:
CORS processing is now only used for CORS-enabled endpoints
CORS processing for skipped for same-origin requests with an Origin header
Vary headers are added for non-CORS requests on CORS endpoints
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: