- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 811
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 authentication support for RSS feed reader #957
Comments
It is already possible to specify the username and password like this: |
@atgreen Does this solution work for you? |
Hi, I'm looking around for hacktoberfest. Would it be useful if username+password attributes were added to the module? |
I think extending the module config to support those values, and being able to use them if they're both supplied in the feed URL or in the configuration would be a great improvement. |
For that, might want to change the config format from a list to a map. We'd still need to support both for backwards compatibility (we do this in a number of places, try parsing one type first, if that fails, fall back to the default type and try again). |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
What should it do?
From what I can tell, the feed parser can only read public feeds. Please consider adding support basic authentication support for private feeds.
The text was updated successfully, but these errors were encountered: