Flurl icon indicating copy to clipboard operation
Flurl copied to clipboard

Support for Digest Authentication

Open mgamache opened this issue 6 years ago • 5 comments

I would like to use Flurl to access my api that supports only Digest authentication. It doesn't look like Flurl supports that (unless I am mistaken).

mgamache avatar Feb 02 '19 17:02 mgamache

It doesn't. I'm not sure if it's a popular enough standard to add first-class support to the library, but I'll give it some thought.

In the mean time, it would be fairly easy to add your own extension methods to support this. If you need help with that, ask on Stack Overflow and I'll answer - I like to keep "how do I..." questions there for better visibility; this one could definitely be helpful to others.

tmenier avatar Feb 02 '19 18:02 tmenier

I'm actively gathering feedback to help prioritize issues for 3.0. If this one is important to you, please vote for it here!

tmenier avatar Apr 06 '19 14:04 tmenier

I also need Digest Authentication

luoxinliu avatar Jul 30 '21 06:07 luoxinliu

Digest is required for MongoDb/Atlas.

pynej avatar Dec 28 '22 19:12 pynej

I would love to see this as well our platform uses Flurl for all 3rd party requests except 1 (which needs digest auth :))

yAnn1ck-B avatar Mar 13 '23 04:03 yAnn1ck-B