Open
Description
The W3C Correlation-Context proposed standard was renamed to "baggage". As part of that rename, the header was renamed from Correlation-Context
to baggage
.
The details of the spec are in public working draft, which remain the same as Correlation-Context
except with the header name change.
Since this is a potentially breaking change (server may be expecting the legacy name Correlation-Context
, either this can be a clean break (remove/rename Correlation-Context
to baggage
), or it can be done in phases:
- Populate both headers with same value
- Remove legacy header name/value
Related: dotnet/aspnetcore#28319