tmenier / Flurl

Fluent URL builder and testable HTTP client for .NET
https://flurl.dev
MIT License
4.19k stars 388 forks source link

Support for Digest Authentication #417

Open mgamache opened 5 years ago

mgamache commented 5 years ago

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).

tmenier commented 5 years ago

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 commented 5 years ago

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

luoxinliu commented 3 years ago

I also need Digest Authentication

pynej commented 1 year ago

Digest is required for MongoDb/Atlas.

yAnn1ck-B commented 1 year ago

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