-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add preflight support to HttpAuthenticationFilter #953
Comments
Contributions are welcome :) Thank you |
Let me see what I can do. |
@jepsar any update please? |
I currently have some backlog of PrimeFaces work. Not sure when I can have a look at this issue. |
@jepsar Be careful: not all |
It would be nice if there was native (optional) support to always grant access to preflight requests.
https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request
In our JAX RS project, we added this to our filter:
The text was updated successfully, but these errors were encountered: