3.46Setting Digest authentication

Created on Aug 17, 2026~1 min read

Adds an Authorization header to the request in the format of the Digest keyword followed by the digest string generated from the username and password.

cs
HttpRequestBuilder.Post("https://furion.net/")    .AddDigestAuthentication("username", "password");