Skip to content

Allow setting request size limit through ENV or in config

Niels Roesen Abildgaard requested to merge adjustable-request-size-limit into master

Using the same format and default as express.json({ limit }) (cf. http://expressjs.com/en/resources/middleware/body-parser.html#bodyparserjsonoptions).

When using pdf report service with data urls it is nice to be able to allow bigger requests, 100 kb is not very much for a base64 encoded website.

Merge request reports

Loading