NET Core HttpClient with Alternate DNS over HTTPS
This post covers two topics – how to perform DNS over HTTPS lookups in NET Core, and how to force the HttpClient to bypass its internal DNS resolution process. Why….? There’s a couple of applications that I’ve written, primarily for home automation, where I’ve needed to intercept traffic from an IoT device – an air […]