async-http-client icon indicating copy to clipboard operation
async-http-client copied to clipboard

It would be appreciated and useful to have a mechanism within AHC to handle Digest Auth

Open Diggory opened this issue 2 years ago • 1 comments

Issue

Some HTTP requests require authentication. Basic auth is easy for the user to implement, but rarely used (I assume). More frequently, Digest authentication is required.

Digest Auth is more complex to implement and it would be useful for users of the package if it provided an implementation for this form of authentication. (This may require a dependency upon swift-crypto due to use of MD5 hashing.)

Diggory avatar May 01 '23 18:05 Diggory

Yeah, this is a reasonable feature request.

Lukasa avatar May 02 '23 10:05 Lukasa