Skip to content

Excluded Headers

Aryeh Citron edited this page May 1, 2026 · 3 revisions

HTTP headers can be excluded from appearing in diagram notes. There are two levels:

  1. Default exclusionsPlantUmlCreator.DefaultExcludedHeaders always excludes Cache-Control and Pragma.
  2. Custom exclusions — Set ExcludedHeaders on ReportConfigurationOptions or DiagramsFetcherOptions to exclude additional headers:
new ReportConfigurationOptions
{
    ExcludedHeaders = ["Authorization", "X-Request-Id", "X-Correlation-Id"]
}

Both sets are combined when generating diagrams.


Related

Home


Demo


Getting Started

Common Tasks

Integration Guides

Extensions

Configuration

Features

Reference

Clone this wiki locally