This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
CORS access to $http response headers broken in Firefox -- consider workaround for bugzilla 608735 #1468
Closed
Description
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.