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
If CORS protocol requirements are more complicated than setting Access-Control-Allow-Origin to * or a static origin, Vary is to be used.
Is it saying that we need a Vary header if we want to add "Access-Control-Allow-Origin: *" to a response only when an Origin header is present on the request?