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

This doesn't seem to follow the protocol for http digest or am I missing something? #4

Closed
thenetimp opened this issue Sep 26, 2014 · 1 comment
Labels

Comments

@thenetimp
Copy link

Why is there a signin/signout URL? HttpDigest requires that the auth details be sent with every request to the server in the protected area. My REST API expects this to pass the credentials with every request for data and to evaluate it's authenticity with every request as the HttpDigest protocol. Is there a way to use this with a proper HttpDigest setup?

@tafax
Copy link
Owner

tafax commented Oct 2, 2014

Hi,
the library creates a custom interceptor to send out the Authorization header each time you perform a request after login. Make sure the problem isn't in your server code. Please, check the wiki page about Digest Access Authentication to figure out the complete workflow.
Anyway, if you still have problems, paste your HTTP requests/responses here. I'll look into them.

@tafax tafax added the question label Feb 19, 2015
@tafax tafax closed this as completed Feb 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants