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
- Always authorize `OPTIONS` requests rather than expecting them to contain authentication credentials. This is required for proper CORS handling since the CORS pre-flight specification says that credentials are not included. Gafaelfawr previously effectively blocked all `OPTIONS` requests by replying with 302 or 401.
0 commit comments