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
When used with a cache in front of the server and requests made from a context that requires CORS and one that doesn't you can receive bad responses for the request that requires CORS.
This can be fixed by adding "Vary: Origin" to all responses.
The text was updated successfully, but these errors were encountered:
When used with a cache in front of the server and requests made from a context that requires CORS and one that doesn't you can receive bad responses for the request that requires CORS.
This can be fixed by adding "Vary: Origin" to all responses.
The text was updated successfully, but these errors were encountered: