-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 basic auth support to rss/atom feeds #33371
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above
No, it shouldn't. |
Filenames are case-insensitive, so you don't want to handle |
No, filenames are case-sensitive in many systems. And here, it is even NOT for "filename". |
Ah right, I forgot we are not actually reading any FS, but generating on the fly. I guess the routes could still be made case-insensitive to follow FS semantics and general HTTP best practices for "files", but it's not a issue with this PR. |
Actually no, I will prepare some other improvements first to clarify the problem (#33371 (comment)) |
# Conflicts: # services/auth/basic.go
Made some improvements in a37aea6 and added some tests |
Allows RSS readers to access private feeds using their basic auth capabilities. Not all clients feature the ability to add cookies or headers.
fixes #32458
Tested with miniflux
no credentials:
basic auth entered: