fabriciocolombo / delphi-rest-client-api

A Delphi REST client API to consume REST services written in any programming language.
Apache License 2.0
380 stars 182 forks source link

Support digest authentication #56

Open mquadrat opened 8 years ago

mquadrat commented 8 years ago

A lot of services use digest authentication instead of basic. It would be great if this was supported. Currently basic is hardcoded within the sources.

fabriciocolombo commented 8 years ago

I have no free time for the next weeks. It would be great if you can send a pull request.

mquadrat commented 8 years ago

I implemented it for the Indy connection. Not sure how to deal with the other connections. I'll have a look into it.

fabriciocolombo commented 8 years ago

Partial support is ok. Send a PR with your implementation for Indy.