-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 without Basic auth header results in HTTP 500 #11307
Comments
As I cannot reproduce the original issue anymore, I will close this ticket. If this is still happening please make sure to upgrade to the latest version. After that, feel free to reopen. |
I still see this issue on Nextcloud 16.0.4:
|
cc @rullzer |
|
Still an issue with the latest Nextcloud release. |
I think this was fixed with #26852. Please reopen if this shouldn't be the case! Thanks! :) |
Steps to reproduce
Expected behaviour
NC 13 would return a HTTP 401 arguing about the missing basic auth header.
Actual behaviour
NC 14 responds with a 500 code because the following exception is thrown:
Nextcloud log (data/nextcloud.log)
Nextcloud log
Full disclosure: I'm a maintainer of the app in question (bookmarks) and have received this report over here: nextcloud/bookmarks#566
The text was updated successfully, but these errors were encountered: