Missing header WWW-Authenticate in HTTP 401 response #27641
Labels
0. Needs triage
Pending check for reproducibility or if it fits our roadmap
bug
feature: authentication
needs info
Steps to reproduce
Send HTTP Request to nextcloud, i.e.
curl -v https://yourcloud/index.php/apps/files/
curl -v https://yourcloud/ocs/v2.php/cloud/users
Expected behaviour
Response HTTP 401 is expected, together with HTTP header WWW-Authenticate.
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/WWW-Authenticate
Past versions seemed to send this header:
#751
Actual behaviour
Response code 401 is returned, but without header WWW-Authenticate.
Server configuration
Database:
mysql
Version: 10.5.5
PHP version: 7.4.10
Nextcloud version: 20.0.10
Unrelated
Btw the git repository has a size of 1.7GB, where 1.6GB are only used for ".git", maybe that could be cleaned up.
The text was updated successfully, but these errors were encountered: