Maximum size of HTTP header
Requests with HTTP headers that are larger than this limit will be rejected by the web server.
General Information
Domain |
TcHmiSrv |
Full symbol path |
TcHmiSrv.Config::MAXHTTPHEADERSIZE |
Category |
Advanced |
Property is hidden |
No |
Contained in every configuration by default |
No |
Schema
Type |
integer |
Minimum |
1024 |
Default value |
32768 |
JSON Schema
{
"category": "CATEGORY_ADVANCED",
"default": 32768,
"description": "DESC_MAXHTTPHEADERSIZE",
"displayClass": "byte",
"minimum": 1024,
"propertyOrder": 6,
"type": "integer"
}