Josef Ottosson

Freelancing Developer ยท Microsoft MVP

Subscribe via RSS
© Josef Ottosson 2023
Ghost & StayPuft

httpclient

A collection of 8 posts

dotnet core

Prefix your http requests without touching the actual HttpClient code

Prefix your http calls without modifying the actual HttpClient code using a custom DelegatingHandler

3 months ago December 21st, 2022 3 min read
How to test configuration of HttpClient when using AddHttpClient
httpclient

How to test configuration of HttpClient when using AddHttpClient

Shows how to test the code written inside the AddHttpClient extension method

a year ago January 16th, 2022 4 min read
httpclient

HttpClient - DelegatingHandler - Correlation Id

Shows two different ways of forwarding correlation ids when using HttpClient in dotnet core

a year ago December 23rd, 2021 3 min read
Dealing with access tokens in dotnet
httpclient

Dealing with access tokens in dotnet

Dealing with access tokens (including renewal) in dotnet

2 years ago July 8th, 2021 7 min read
Tidy up your HttpClient usage
httpclient

Tidy up your HttpClient usage

Quick tip of how to reduce boilerplate code when dealing with HttpClient

2 years ago September 29th, 2020 3 min read
Subscribe via RSS
© Josef Ottosson 2023
Ghost & StayPuft