-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support for HTTP Basic Authentication #345
Comments
@serasihay Actually for TTRSS, FeedMe sets |
@seazon But then this assumes using the same username/password both for HTTP Basic Auth and TT-RSS login, which is not usually the case, in my opinion. What I would expect is either an optional additional section in the tt-rss configuration form to fill in the Basic Auth credentials, or a prompt asking for the Basic Auth credentials when a "WWW-Authenticate" response header is received. |
Hi @seazon , I'm still very interested in this feature. Having read again you previous answer, I tried to fill the "Host" field for the "TT-RSS" login form shown in the initial screen with the required username and password for the Basic Auth login using the following pattern:
But it did not work, FeedMe displayed an "Auth failed" message. Please, consider again adding proper support for a case like this. If that helps, you have an example of what I'm asking in the following "extension", available for an old app but that still works. Here's the source code: Edit: |
Hi @seazon , did you find the time to look into this? |
Thank you for your persistence. I will check it these days. |
@serasihay can you share your server and provide me an account via email to help test? |
@seazon Sorry, I'm not sharing my server. You can test basic http authentication (among others) in several public portals, though; like this one: https://authenticationtest.com/HTTPAuth/ |
@serasihay please email to me [email protected], I will send you the test build. |
Thank you @seazon . Test build received and tested. The new auth basic capability is working just fine. I appreciate the time and effort you put into this. :-) |
@serasihay Great! I will add it in next version. |
please try 4.3.2 |
Please, consider adding support for HTTP Basic Auth (RFC2617) protected services.
I'm selfhosting a Tiny Tiny RSS service with HTTP Basic Auth; it would be great if FeedMe could detect a "WWW-Authenticate" response header (or have an initial configuration setting in order to be able to send an initial "Authorization" header), to allow entering credentials and accessing such HTTP Basic Auth protected services.
Thanks.
The text was updated successfully, but these errors were encountered: