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

HTTPS basic auth not working in Safari #6560

Closed
m-emelchenkov opened this issue Sep 26, 2019 · 0 comments · Fixed by #7124
Closed

HTTPS basic auth not working in Safari #6560

m-emelchenkov opened this issue Sep 26, 2019 · 0 comments · Fixed by #7124
Assignees
Labels
Milestone

Comments

@m-emelchenkov
Copy link

A setup where TLS web site has basic authentication enabled (access by login and password). Safari doesn't handle this setup correctly, there is an error in Console error log:

Blocked https://x.x.x.x/VAADIN/build/vaadin-bundle-36b849d75be21f7377ea.cache.js from asking for credentials because it is a cross-origin request.

Looks like the same issue: https://stackoverflow.com/questions/56557082/safari-blocked-https-from-asking-for-credentials-because-it-is-a-cross-o (not related to Vaadin but another framework with the same problem).

Versions:
Safari 13.0 on macOS High Sierra
Vaadin 14.0.5
Java 11

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

Successfully merging a pull request may close this issue.

4 participants