W3CLoggerOptions.AdditionalRequestHeaders Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)