Skip to content
New issue

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

CORS errors on getBinaryContent goes unnoticed #37

Open
JulienFS opened this issue Nov 18, 2021 · 1 comment
Open

CORS errors on getBinaryContent goes unnoticed #37

JulienFS opened this issue Nov 18, 2021 · 1 comment

Comments

@JulienFS
Copy link

The commit 3c17932 replaced the isLocal check by a status check for 0.
Local files return a status of 0, but same goes when there's a CORS error preventing a remote request to be executed.

Requests with CORS errors are reported as successful with an empty content.

@MaBbKhawaja
Copy link

Did you solve the issue ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants