Skip to content
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

If an http 401 (denied) is received, try http authentication #32

Closed
GoogleCodeExporter opened this issue Mar 14, 2015 · 5 comments
Closed

Comments

@GoogleCodeExporter
Copy link

Currently, the app will use the json api "login" method to login, passing the 
username and password as query string parameters.

My request is:
If the app receives an HTTP 401 response as a result of any request (including 
the "login" request), it retries the request using HTTP authentication 
(probably basic, but it would be nice to support other methods such as digest) 
with the username/password.

This will allow tt-rss's ALLOW_REMOTE_USER_AUTH config.php setting to be used 
along with server configured HTTP authentication (such as can be configured 
using Apache/.htaccess).

Original issue reported on code.google.com by candrews...@gmail.com on 17 Nov 2010 at 7:26

@GoogleCodeExporter
Copy link
Author

Sounds like a good idea to me but i havent yet given it any research on how to 
implement HTTP authentication. May take a while till i get this done, but of 
course I encourage you to implement it yourself if you want to. :)

Greetings,
nils

Original comment by nils.braden on 24 Nov 2010 at 11:04

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

This issue was closed by revision r256.

Original comment by nils.braden on 22 Dec 2010 at 1:51

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Can you try out the attached build with your installation? There should be an 
option for http-authentication in the preferences, you can set username and 
passwort there and activate http-authentication.

Greetings,
nils

Original comment by nils.braden on 22 Dec 2010 at 1:56

  • Changed state: Started

Attachments:

@GoogleCodeExporter
Copy link
Author

Seems to be fixed.

Original comment by nils.braden on 7 Jan 2011 at 5:31

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Yes, indeed - it is fixed! It works great now, thank you!

Original comment by candrews...@gmail.com on 7 Jan 2011 at 6:23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant