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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Mozilla has a long outstanding which causes xhr.getAllResponseHeaders() to be empty / missing so-called simple response headers for CORS requests. See https://bugzilla.mozilla.org/show_bug.cgi?id=608735 for details.
Until this bug is fixed, I was hoping Angular could add a workaround for Firefox users and use xhr.getResponseHeader() instead.