Configure .NET’s HttpClient to make HTTP requests using the HTTP/2 protocol
A few days ago, I enabled the HTTP/2 protocol version on my blog site, but unexpectedly found that a program I used to grab web pages with WebClient was broken. In fact, I didn’t find that the problem was caused by HTTP/2 at the beginning. It took me a while to realize that the problem […]
Configure .NET’s HttpClient to make HTTP requests using the HTTP/2 protocol Read More »