Microsoft.AspNetCore.HeaderPropagation 6.0.6

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.HeaderPropagation --version 6.0.6
                    
NuGet\Install-Package Microsoft.AspNetCore.HeaderPropagation -Version 6.0.6
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNetCore.HeaderPropagation" Version="6.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.HeaderPropagation" Version="6.0.6" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.HeaderPropagation" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.HeaderPropagation --version 6.0.6
                    
#r "nuget: Microsoft.AspNetCore.HeaderPropagation, 6.0.6"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.AspNetCore.HeaderPropagation@6.0.6
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.HeaderPropagation&version=6.0.6
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.HeaderPropagation&version=6.0.6
                    
Install as a Cake Tool

ASP.NET Core middleware to propagate HTTP headers from the incoming request to the outgoing HTTP Client requests

This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/68bb6fb08f8f85bb3cf08953a0d2f4a254eaccff

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (35)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.HeaderPropagation:

Package Downloads
Hopex.ApplicationServer.SiteModule

Hopex Application site module

AspCore.ApiClient

Package Description

Fen.Service

Standardized Service conventions, from the opinions of the Fulfiller Enablement team.

Carbon.WebApplication

4.6.6 - Refactored OwnershipFilter to use async/await for external service calls; improved Authorization header handling and permission checks. 4.6.5 - Microsoft.Extensions.Logging package added 4.6.4 - HybridModelBinding updated to 0.17.0 on net8.0 target framework 4.6.3 - Dotnet 8.0 target framework added for minimal api 4.6.2 - Dotnet 8.0 target framework added 4.5.6 - Added a property named overrideMessageAndCode to the CarbonException class. The default value of this property is set to true. In the constructor of CarbonException, check this property to determine whether the message and code are overridden or not. - Update IPageableDto validator for assign PageSize 0. When PageSize 0 the datas returns without pagination with development in version 4.5.3. 4.5.3 - Upgrade Carbon.PagedList (Remove pageSize and pageNumber validation check) 4.5.2 - Updated Carbon.Common nuget package (Added StringExtensions class with ReplaceTurkishChars and ContainsTurkishIgnoreCase methods) 4.5.0 - Degraded health check HTTP status code changed as custom 218 (This Is Fine) status code. Because even if system is degraed it should be working normally, so returning 5XX status code is not right for degraded state. 4.4.1 - Cors should come first before authentication and authorization in startup pipeline 4.4.0 - Carbon.Common updated and Serilog.Enrichers.Sensitive Enricher added for masking sensitive values within logs. 4.3.0 - OwnershipFilter check now disregards solution id header during endpoint permission check 4.2.1 - UnauthorizedOperationException response body is fixed 4.2.0 - UnauthorizedOperationException handling is added 4.1.9 - Carbon.Common updated and IQueryable OrderBy extension method bug fixed 4.1.8 - Carbon.Common updated and nested ordering achieved 4.1.7 - Add CorrelationId to log OnException 4.1.6 - Cors Policy changes(Location parameter is added to WithExposedHeaders) 4.1.5 - ApiPagedResponse is added for PagedListOk. 4.1.4 - Some dependencies updated. 4.1.3 - Cors Allow Credentials support added with any origin accepted - Cors Wildcards accepted 4.1.1 - CarbonException messages are take arguments for dynamic exception messages 4.1.0 - Critical bug fixed for Directory separator char to specific platform (Windows,Linux) 4.0.0 - Carbon now supports Dotnet 6 in terms of both minimal and not minimal - Fluent Validation Upgraded - Swagger Upgraded - BodyRewind deprecated, thus RoleFilteredDto is now unsupported as it is unnecessary just after repository-level validation introduced - Some Performance Improvements

Carbon.HttpClient

1.1.1 - .Net 6.0 and 8.0 support added 1.0.10 - Carbon.Common updated and IQueryable OrderBy extension method bug fixed

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Microsoft.AspNetCore.HeaderPropagation:

Repository Stars
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
azure-ad-b2c/samples
Azure AD B2C custom policy solutions and samples.
mehdihadeli/vertical-slice-api-template
🍰 An asp.net core template based on .Net 9, Vertical Slice Architecture, CQRS, Minimal APIs, OpenTelemetry, API Versioning and OpenAPI.
microsoft/TailwindTraders-Backend
Tailwind Traders Backend Services
Version Downloads Last Updated
10.0.0-preview.6.25358.103 137 7/15/2025
10.0.0-preview.5.25277.114 298 6/6/2025
10.0.0-preview.4.25258.110 279 5/12/2025
10.0.0-preview.3.25172.1 243 4/10/2025
10.0.0-preview.2.25164.1 236 3/18/2025
10.0.0-preview.1.25120.3 228 2/25/2025
9.0.7 14,750 7/8/2025
9.0.6 54,368 6/10/2025
9.0.5 86,725 5/13/2025
9.0.4 103,223 4/8/2025
9.0.3 145,291 3/11/2025
9.0.2 164,242 2/11/2025
9.0.1 139,415 1/14/2025
9.0.0 220,664 11/12/2024
9.0.0-rc.2.24474.3 1,140 10/8/2024
9.0.0-rc.1.24452.1 359 9/10/2024
9.0.0-preview.7.24406.2 229 8/13/2024
9.0.0-preview.6.24328.4 536 7/9/2024
9.0.0-preview.5.24306.11 203 6/11/2024
9.0.0-preview.4.24267.6 165 5/21/2024
9.0.0-preview.3.24172.13 212 4/11/2024
9.0.0-preview.2.24128.4 168 3/12/2024
9.0.0-preview.1.24081.5 190 2/13/2024
8.0.18 12,620 7/8/2025
8.0.17 54,428 6/10/2025
8.0.16 93,314 5/13/2025
8.0.15 135,869 4/8/2025
8.0.14 208,777 3/11/2025
8.0.13 159,598 2/11/2025
8.0.12 171,996 1/14/2025
8.0.11 871,834 11/12/2024
8.0.10 737,192 10/8/2024
8.0.8 983,742 8/13/2024
8.0.7 657,566 7/9/2024
8.0.6 571,722 5/28/2024
8.0.5 275,079 5/14/2024
8.0.4 576,407 4/9/2024
8.0.3 447,756 3/12/2024
8.0.2 487,293 2/13/2024
8.0.1 788,056 1/9/2024
8.0.0 663,431 11/14/2023
8.0.0-rc.2.23480.2 1,333 10/10/2023
8.0.0-rc.1.23421.29 1,302 9/12/2023
8.0.0-preview.7.23375.9 1,956 8/8/2023
8.0.0-preview.6.23329.11 280 7/11/2023
8.0.0-preview.5.23302.2 287 6/13/2023
8.0.0-preview.4.23260.4 220 5/16/2023
8.0.0-preview.3.23177.8 327 4/11/2023
8.0.0-preview.2.23153.2 243 3/14/2023
8.0.0-preview.1.23112.2 240 2/21/2023
7.0.20 82,798 5/28/2024
7.0.19 8,207 5/14/2024
7.0.18 26,495 4/9/2024
7.0.17 14,197 3/12/2024
7.0.16 49,294 2/13/2024
7.0.15 45,027 1/9/2024
7.0.14 129,626 11/14/2023
7.0.13 206,987 10/24/2023
7.0.12 67,138 10/10/2023
7.0.11 112,375 9/12/2023
7.0.10 213,197 8/8/2023
7.0.9 218,895 7/11/2023
7.0.8 73,210 6/22/2023
7.0.7 31,374 6/13/2023
7.0.5 226,439 4/11/2023
7.0.4 121,987 3/14/2023
7.0.3 88,319 2/14/2023
7.0.2 345,869 1/10/2023
7.0.1 63,575 12/13/2022
7.0.0 152,805 11/7/2022
7.0.0-rc.2.22476.2 1,497 10/11/2022
7.0.0-rc.1.22427.2 421 9/14/2022
7.0.0-preview.7.22376.6 331 8/9/2022
7.0.0-preview.6.22330.3 15,764 7/12/2022
7.0.0-preview.5.22303.8 1,687 6/14/2022
7.0.0-preview.4.22251.1 347 5/10/2022
7.0.0-preview.3.22178.4 307 4/13/2022
7.0.0-preview.2.22153.2 316 3/14/2022
7.0.0-preview.1.22109.13 330 2/17/2022
6.0.36 49,727 11/12/2024
6.0.35 56,639 10/8/2024
6.0.33 50,147 8/13/2024
6.0.32 35,493 7/9/2024
6.0.31 43,720 5/28/2024
6.0.30 33,874 5/14/2024
6.0.29 58,181 4/9/2024
6.0.28 83,799 3/12/2024
6.0.27 112,566 2/13/2024
6.0.26 116,753 1/9/2024
6.0.25 246,231 11/14/2023
6.0.24 212,672 10/24/2023
6.0.23 55,290 10/10/2023
6.0.22 141,001 9/12/2023
6.0.21 163,739 8/8/2023
6.0.20 404,164 7/11/2023
6.0.19 109,746 6/22/2023
6.0.18 257,202 6/13/2023
6.0.16 464,293 4/11/2023
6.0.15 398,042 3/14/2023
6.0.14 218,914 2/14/2023
6.0.13 339,687 1/10/2023
6.0.12 308,421 12/13/2022
6.0.11 318,321 11/7/2022
6.0.10 495,493 10/11/2022
6.0.9 559,827 9/13/2022
6.0.8 564,124 8/9/2022
6.0.7 220,640 7/12/2022
6.0.6 352,658 6/14/2022
6.0.5 546,315 5/10/2022
6.0.4 210,057 4/11/2022
6.0.3 261,323 3/8/2022
6.0.2 281,000 2/8/2022
6.0.1 307,550 12/14/2021
6.0.0 598,817 11/8/2021
6.0.0-rc.2.21480.10 1,723 10/12/2021
6.0.0-rc.1.21452.15 405 9/14/2021
6.0.0-preview.7.21378.6 351 8/10/2021
6.0.0-preview.6.21355.2 354 7/14/2021
6.0.0-preview.5.21301.17 314 6/15/2021
6.0.0-preview.4.21253.5 334 5/24/2021
6.0.0-preview.3.21201.13 333 4/8/2021
6.0.0-preview.2.21154.6 399 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 389 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 98,384 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 23,333 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 11,441 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 19,507 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 71,701 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 85,057 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 83,348 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 150,379 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 96,711 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 101,202 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 66,537 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 97,370 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 72,080 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 65,506 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 75,844 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 78,454 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 11,438 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 171,437 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 983 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 618 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 445 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 470 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 476 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
5.0.0-preview.5.20279.2 477 6/10/2020 5.0.0-preview.5.20279.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20257.10 618 5/18/2020 5.0.0-preview.4.20257.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.14 589 4/23/2020 5.0.0-preview.3.20215.14 is deprecated because it is no longer maintained.
5.0.0-preview.2.20167.3 549 4/2/2020 5.0.0-preview.2.20167.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20124.5 512 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 51,796 12/13/2022
3.1.31 10,103 11/8/2022
3.1.30 15,826 10/11/2022
3.1.29 8,815 9/13/2022
3.1.28 19,509 8/9/2022
3.1.27 21,037 7/12/2022
3.1.26 20,883 6/14/2022
3.1.25 35,164 5/10/2022
3.1.24 18,199 4/11/2022
3.1.23 20,308 3/8/2022
3.1.22 70,812 12/14/2021
3.1.21 34,474 11/7/2021
3.1.20 21,137 10/11/2021
3.1.19 72,362 9/14/2021
3.1.18 72,448 8/10/2021
3.1.17 93,892 7/13/2021
3.1.16 56,969 6/8/2021
3.1.15 62,043 5/11/2021
3.1.14 33,102 4/6/2021
3.1.13 93,783 3/9/2021
3.1.12 65,455 2/9/2021
3.1.11 119,657 1/12/2021
3.1.10 155,158 11/9/2020
3.1.9 159,935 10/13/2020
3.1.8 323,681 9/8/2020
3.1.7 102,380 8/11/2020
3.1.6 245,460 7/14/2020
3.1.5 204,679 6/9/2020
3.1.4 93,127 5/12/2020
3.1.3 102,475 3/24/2020
3.1.2 85,707 2/18/2020
3.1.1 255,730 1/14/2020
3.1.0 73,447 12/3/2019
3.1.0-preview3.19555.2 486 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 502 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 524 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 11,349 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 1,999 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 30,988 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 2,993 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 497 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 497 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 509 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 520 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 500 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 563 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.