Microsoft.AspNetCore.HeaderPropagation 7.0.0-preview.6.22330.3

Prefix Reserved
This is a prerelease version of Microsoft.AspNetCore.HeaderPropagation.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.HeaderPropagation --version 7.0.0-preview.6.22330.3
                    
NuGet\Install-Package Microsoft.AspNetCore.HeaderPropagation -Version 7.0.0-preview.6.22330.3
                    
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="7.0.0-preview.6.22330.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.HeaderPropagation" Version="7.0.0-preview.6.22330.3" />
                    
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 7.0.0-preview.6.22330.3
                    
#r "nuget: Microsoft.AspNetCore.HeaderPropagation, 7.0.0-preview.6.22330.3"
                    
#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@7.0.0-preview.6.22330.3
                    
#: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=7.0.0-preview.6.22330.3&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.HeaderPropagation&version=7.0.0-preview.6.22330.3&prerelease
                    
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/ab1f1c636afa3a6607f2d67bc387b586596d1d38

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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.7 - While fetching the user’s roles, caching was added. 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
mehdihadeli/food-delivery-microservices
🍔 A practical and cloud-native food delivery microservices, built with .Net Aspire, .Net 9, MassTransit, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
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-rc.1.25451.107 328 9/9/2025
10.0.0-preview.7.25380.108 295 8/12/2025
10.0.0-preview.6.25358.103 222 7/15/2025
10.0.0-preview.5.25277.114 315 6/6/2025
10.0.0-preview.4.25258.110 300 5/12/2025
10.0.0-preview.3.25172.1 262 4/10/2025
10.0.0-preview.2.25164.1 273 3/18/2025
10.0.0-preview.1.25120.3 245 2/25/2025
9.0.9 50,947 9/9/2025
9.0.8 95,875 8/5/2025
9.0.7 77,174 7/8/2025
9.0.6 84,583 6/10/2025
9.0.5 196,376 5/13/2025
9.0.4 135,807 4/8/2025
9.0.3 191,301 3/11/2025
9.0.2 202,878 2/11/2025
9.0.1 181,298 1/14/2025
9.0.0 270,016 11/12/2024
9.0.0-rc.2.24474.3 1,159 10/8/2024
9.0.0-rc.1.24452.1 374 9/10/2024
9.0.0-preview.7.24406.2 253 8/13/2024
9.0.0-preview.6.24328.4 551 7/9/2024
9.0.0-preview.5.24306.11 219 6/11/2024
9.0.0-preview.4.24267.6 185 5/21/2024
9.0.0-preview.3.24172.13 229 4/11/2024
9.0.0-preview.2.24128.4 184 3/12/2024
9.0.0-preview.1.24081.5 206 2/13/2024
8.0.20 30,160 9/9/2025
8.0.19 77,987 8/4/2025
8.0.18 66,434 7/8/2025
8.0.17 132,653 6/10/2025
8.0.16 153,259 5/13/2025
8.0.15 213,028 4/8/2025
8.0.14 298,299 3/11/2025
8.0.13 204,634 2/11/2025
8.0.12 216,303 1/14/2025
8.0.11 1,053,997 11/12/2024
8.0.10 846,113 10/8/2024
8.0.8 1,107,995 8/13/2024
8.0.7 734,827 7/9/2024
8.0.6 616,979 5/28/2024
8.0.5 313,220 5/14/2024
8.0.4 637,715 4/9/2024
8.0.3 464,461 3/12/2024
8.0.2 510,541 2/13/2024
8.0.1 847,053 1/9/2024
8.0.0 744,449 11/14/2023
8.0.0-rc.2.23480.2 1,350 10/10/2023
8.0.0-rc.1.23421.29 1,316 9/12/2023
8.0.0-preview.7.23375.9 2,025 8/8/2023
8.0.0-preview.6.23329.11 300 7/11/2023
8.0.0-preview.5.23302.2 319 6/13/2023
8.0.0-preview.4.23260.4 252 5/16/2023
8.0.0-preview.3.23177.8 353 4/11/2023
8.0.0-preview.2.23153.2 277 3/14/2023
8.0.0-preview.1.23112.2 269 2/21/2023
7.0.20 96,549 5/28/2024
7.0.19 9,810 5/14/2024
7.0.18 32,454 4/9/2024
7.0.17 15,892 3/12/2024
7.0.16 51,276 2/13/2024
7.0.15 47,499 1/9/2024
7.0.14 133,146 11/14/2023
7.0.13 217,551 10/24/2023
7.0.12 69,205 10/10/2023
7.0.11 119,503 9/12/2023
7.0.10 218,696 8/8/2023
7.0.9 222,332 7/11/2023
7.0.8 74,857 6/22/2023
7.0.7 34,695 6/13/2023
7.0.5 231,221 4/11/2023
7.0.4 124,108 3/14/2023
7.0.3 89,741 2/14/2023
7.0.2 357,541 1/10/2023
7.0.1 64,920 12/13/2022
7.0.0 154,589 11/7/2022
7.0.0-rc.2.22476.2 1,525 10/11/2022
7.0.0-rc.1.22427.2 461 9/14/2022
7.0.0-preview.7.22376.6 357 8/9/2022
7.0.0-preview.6.22330.3 15,793 7/12/2022
7.0.0-preview.5.22303.8 1,713 6/14/2022
7.0.0-preview.4.22251.1 377 5/10/2022
7.0.0-preview.3.22178.4 341 4/13/2022
7.0.0-preview.2.22153.2 346 3/14/2022
7.0.0-preview.1.22109.13 363 2/17/2022
6.0.36 70,533 11/12/2024
6.0.35 61,312 10/8/2024
6.0.33 56,068 8/13/2024
6.0.32 39,391 7/9/2024
6.0.31 46,671 5/28/2024
6.0.30 38,747 5/14/2024
6.0.29 62,787 4/9/2024
6.0.28 88,485 3/12/2024
6.0.27 116,759 2/13/2024
6.0.26 119,963 1/9/2024
6.0.25 257,867 11/14/2023
6.0.24 229,369 10/24/2023
6.0.23 57,426 10/10/2023
6.0.22 144,374 9/12/2023
6.0.21 167,499 8/8/2023
6.0.20 412,349 7/11/2023
6.0.19 112,532 6/22/2023
6.0.18 262,460 6/13/2023
6.0.16 476,511 4/11/2023
6.0.15 424,661 3/14/2023
6.0.14 223,939 2/14/2023
6.0.13 348,689 1/10/2023
6.0.12 320,954 12/13/2022
6.0.11 325,764 11/7/2022
6.0.10 501,179 10/11/2022
6.0.9 568,922 9/13/2022
6.0.8 568,610 8/9/2022
6.0.7 229,251 7/12/2022
6.0.6 356,076 6/14/2022
6.0.5 555,238 5/10/2022
6.0.4 212,494 4/11/2022
6.0.3 265,152 3/8/2022
6.0.2 304,244 2/8/2022
6.0.1 313,239 12/14/2021
6.0.0 620,614 11/8/2021
6.0.0-rc.2.21480.10 1,758 10/12/2021
6.0.0-rc.1.21452.15 431 9/14/2021
6.0.0-preview.7.21378.6 381 8/10/2021
6.0.0-preview.6.21355.2 384 7/14/2021
6.0.0-preview.5.21301.17 349 6/15/2021
6.0.0-preview.4.21253.5 371 5/24/2021
6.0.0-preview.3.21201.13 362 4/8/2021
6.0.0-preview.2.21154.6 456 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 441 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 102,858 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 24,517 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 12,683 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 21,034 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 73,651 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 87,160 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 86,245 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 151,651 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 98,385 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 102,476 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 68,227 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 99,851 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 73,614 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 66,940 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 79,075 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 79,948 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 12,612 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 173,372 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 1,043 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 679 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 503 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 528 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 537 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 537 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 679 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 649 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 599 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 569 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 55,622 12/13/2022
3.1.31 11,298 11/8/2022
3.1.30 17,247 10/11/2022
3.1.29 10,063 9/13/2022
3.1.28 21,257 8/9/2022
3.1.27 22,255 7/12/2022
3.1.26 22,344 6/14/2022
3.1.25 36,552 5/10/2022
3.1.24 20,576 4/11/2022
3.1.23 21,505 3/8/2022
3.1.22 72,648 12/14/2021
3.1.21 36,544 11/7/2021
3.1.20 22,619 10/11/2021
3.1.19 73,534 9/14/2021
3.1.18 74,959 8/10/2021
3.1.17 98,435 7/13/2021
3.1.16 58,742 6/8/2021
3.1.15 63,190 5/11/2021
3.1.14 34,345 4/6/2021
3.1.13 96,621 3/9/2021
3.1.12 66,783 2/9/2021
3.1.11 122,061 1/12/2021
3.1.10 159,405 11/9/2020
3.1.9 162,137 10/13/2020
3.1.8 326,158 9/8/2020
3.1.7 104,713 8/11/2020
3.1.6 247,087 7/14/2020
3.1.5 211,704 6/9/2020
3.1.4 96,364 5/12/2020
3.1.3 104,425 3/24/2020
3.1.2 87,451 2/18/2020
3.1.1 259,260 1/14/2020
3.1.0 75,561 12/3/2019
3.1.0-preview3.19555.2 543 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 562 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 583 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 12,534 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 3,163 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 35,571 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 3,052 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 553 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.7 552 8/13/2019 3.0.0-preview8.19405.7 is deprecated because it is no longer maintained.
3.0.0-preview7.19365.7 559 7/23/2019 3.0.0-preview7.19365.7 is deprecated because it is no longer maintained.
3.0.0-preview6.19307.2 581 6/12/2019 3.0.0-preview6.19307.2 is deprecated because it is no longer maintained.
3.0.0-preview5-19227-01 559 5/6/2019 3.0.0-preview5-19227-01 is deprecated because it is no longer maintained.
3.0.0-preview4-19216-03 615 4/18/2019 3.0.0-preview4-19216-03 is deprecated because it is no longer maintained.