jetty.http_request_header_size

Specify the maximum size of the request header (in bytes)

Key: jetty.http_request_header_size
Type: Integer
Can be set in: global.cfg

Description

Larger headers will allow for more and/or larger cookies plus larger form content encoded in a URL. However, larger headers consume more memory and can make a server more vulnerable to denial of service attacks.

Default Value

jetty.http_request_header_size=8192