HTTP header size limit setting

The size setting is defaulted to 32768, which can be adjusted. The size can be set in Configuration Manager (directly in Infoport) on the Urls tab

image-1775735010399.png

at the very bottom

image-1775735044941.png

Or by directly editing appsettings.json in 

 "Kestrel": {
  "Limits": {
   "MaxRequestHeadersTotalSize": 32768
  },


Increase the value carefully, a multiple times larger limit can be counterproductive and cause problems elsewhere.

Revision #2
Created 31 July 2026 16:12:24 by Jitka Kalíšová
Updated 31 July 2026 16:13:41 by Jitka Kalíšová