We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only on Firefox, Chrome works fine, when I use:
expose_headers: ['*']
xhr.getAllResponseHeaders() does not return all headers even if on network tab I see them fine... I see only Cache-Contro and Content-Type.
I have to exclusivelly name every custom header in expose_headers: ['custom-1', 'custom-2'] ... to work in Firefox.
expose_headers: ['custom-1', 'custom-2'] ...
Is there a workaround? Anyone knows why this is happening?
Firefox version: 68.0.1
The text was updated successfully, but these errors were encountered:
31fe852
No branches or pull requests
Only on Firefox, Chrome works fine, when I use:
expose_headers: ['*']
xhr.getAllResponseHeaders() does not return all headers even if on network tab I see them fine... I see only Cache-Contro and Content-Type.
I have to exclusivelly name every custom header in
expose_headers: ['custom-1', 'custom-2'] ...
to work in Firefox.Is there a workaround? Anyone knows why this is happening?
Firefox version: 68.0.1
The text was updated successfully, but these errors were encountered: