alefranz / HeaderPropagation

ASP.NET Core middleware to propagate HTTP headers from the incoming request to the outgoing HTTP Client requests. This is a backport to ASP.NET Core 2.1 (and 2.2) of the ASP.NET Core HeaderPropagation middleware I had recently contributed to the ASP.NET Core project.
Apache License 2.0
31 stars 1 forks source link

Ported AspNetCore #9793 #2

Closed alefranz closed 5 years ago

alefranz commented 5 years ago

Backported changes from https://github.com/aspnet/AspNetCore/pull/9793