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 Access-Control-Allow-Origin is set to * or a static origin for a particular resource, then configure the server to always send Access-Control-Allow-Origin in responses for the resource — for non-CORS requests as well as CORS requests — and do not use Vary.
So, the library should not send Vary: origin when Access-Control-Allow-Origin: *
The text was updated successfully, but these errors were encountered:
The Fetch specification states in the section on CORS protocol and HTTP caches:
So, the library should not send
Vary: origin
whenAccess-Control-Allow-Origin: *
The text was updated successfully, but these errors were encountered: