Skip to main content
Version: 4.x

Body Size Limiting

By default, FoalTS only accepts request bodies lower than 100kb. This value can be increased by using the configuration key settings.bodyParser.limit. If a number is provided, then the value specifies the number of bytes. If it is a string, the value is passed to the bytes library for parsing.

settings:
bodyParser:
limit: 50mb