gbv / validation-server

Web service to validate data with support of multiple schema languages
https://format.gbv.de/validate/
MIT License
2 stars 1 forks source link

Support large data #12

Closed nichtich closed 2 years ago

nichtich commented 2 years ago

A PayloadTooLargeError error is throws when POST body is larger than 100KB. Similar error may me thrown when data is fetched via URL. This limit should be configurable and raised.

nichtich commented 2 years ago

Can be set via configuration with 20MB as default. Larger files need to change data processing as streams.