- [Simply Implementation of HeaderProgagation by @davidfowl](https://gist.github.com/davidfowl/c34633f1ddc519f030a1c0c5abe8e867) - [Add a header propagation middleware and message handler #526](https://github.com/aspnet/Extensions/issues/526) - [Port of HeaderPropagation for AspNetCore 2.x](https://github.com/alefranz/HeaderPropagation) ### References - [Adding a HttpMessageHandlerType that is registered as Transient in IServiceCollection creates strange results](https://github.com/aspnet/HttpClientFactory/issues/166) - [Creating a scoped service with an HttpClientFactory](https://github.com/aspnet/HttpClientFactory/issues/134) - [Add HttpMessageHandler factory](https://github.com/aspnet/HttpClientFactory/pull/118)
References
Adding a HttpMessageHandlerType that is registered as Transient in IServiceCollection creates strange results
Creating a scoped service with an HttpClientFactory
Add HttpMessageHandler factory