Implementing Digest Authentication in .NET

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • .NET Runtime

    .NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.

  • 'The HttpClient class should handle this' I hear you say. Well, unfortunately setting network credentials on a HttpClient instance didn't seem to work for me. Multiple people seem to be reporting that they also were running into issues. I couldn't find any information as to whether this should be fixed in .NET 6, plus I needed it to be portable to .NET Framework 4.8 (💀💀💀). Either way, I'm going to run through how I implemented digest authentication as an extension method for the HttpClient class.

  • csharp-dotnet-digest-authentication

    A basic example of digest authentication using C# and .NET

  • The code for this is on my GitHub so feel free to have a look through or make any suggestions.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • httpbin

    HTTP Request & Response Service, written in Python + Flask.

  • I'll be using Httpbin to simulate the digest authentication workflow.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to protect API Keys in React projects using Gateweaver

    2 projects | dev.to | 28 Apr 2024
  • httpbin alternatives - go-httpbin and java-httpbin

    3 projects | 12 Nov 2023
  • Crafting a Language Server in Golang: A VSCode LSP for Lama2

    1 project | dev.to | 7 Nov 2023
  • Edge IoT with Rust on ESP: HTTP Client

    1 project | dev.to | 6 Oct 2023
  • Down the rabbit hole of an Apache APISIX plugin

    1 project | dev.to | 28 Sep 2023