Share via


W3CLoggerOptions.AdditionalRequestHeaders Property

Definition

List of additional request header values to log.

Request headers can contain authentication tokens, or private information which may have regulatory concerns under GDPR and other laws. Arbitrary request headers should not be logged unless logs are secure and access controlled and the privacy impact assessed.

public System.Collections.Generic.ISet<string> AdditionalRequestHeaders { get; }
member this.AdditionalRequestHeaders : System.Collections.Generic.ISet<string>
Public ReadOnly Property AdditionalRequestHeaders As ISet(Of String)

Property Value

Applies to