Skip to content

Support W3C Baggage proposed standard in HttpHandlerDiagnosticListener #45496

Open
@jbogard

Description

@jbogard

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:

  1. Populate both headers with same value
  2. Remove legacy header name/value

Related: dotnet/aspnetcore#28319

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-System.Net.HttpenhancementProduct code improvement that does NOT require public API changes/additions

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions