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
The DefaultCorsProcessor will not set the "vary: Origin" header in the response, if the request is not a cors request.
Scenario:
The user visits the original page (without CORS).
Some scripts are cached without CORS and vary headers
The user visits page B which is using the same scripts. The browser wants to load them from the cache but get a CORS Error because of the missing CORS headers.