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
For authenticated services the Authorization header doesn't seem to be sent to the OPTIONS request, making them fail with a 401 instead of passing the CORS check. Switching from happy-dom to node-fetch in jest passes the test.
The text was updated successfully, but these errors were encountered:
happy-dom/packages/happy-dom/src/fetch/Fetch.ts
Line 288 in e6f9127
For authenticated services the Authorization header doesn't seem to be sent to the OPTIONS request, making them fail with a 401 instead of passing the CORS check. Switching from happy-dom to node-fetch in jest passes the test.
The text was updated successfully, but these errors were encountered: