#http
Read more stories on Hashnode
Articles with this tag
Automatically acquire OAuth 2.0 tokens · I have written several blog posts about HTTP clients in the past. I am a big fan of using HTTP text files...
Enhanced weather forecast API · In this article, we will explore the latest C# 12 and .NET 8 features by applying them to the basic dotnet Web API...
What should you consider when choosing an API client? · This article is a discussion about API clients. Without being a comparison between the best API...
Playing with Azure CLI and Nushell to generate a secret environment file to send HTTP requests · When using some API Clients (like REST Client or the...
A story about records, http message handlers, http client extensions... · In this article I want to talk about a few things in .NET such as http requests...
Using a DelegatingHandler · In our daily job, we often have to query secure REST APIs that require our HTTP requests to have a valid access token in...