Request Size Limiting Plugin

Block incoming requests whose body is greater than a specific size in megabytes. This highly recommended plugin provides security against a DOS (Denial of Service) attack. Give it a try and discuss it here!

Request Size Limiting plugin documentation

Request size limit plugins having issues in v1.0.3. In kong version v0.14.1 accepting config.allowed_payload_size=0.002 it mean digits values but in v1.0.3 the minimum payload size is 1. It accepting only integer values. let me know it’s specified in any up-gradation document.

I noticed this change as well, only accepts whole numbers now and not decimals unlike prior versions. So I guess 1MB minimum limit at the moment now.

Edit - Made a github issue on it so this does not get lost in the weeds: (Request Size Limiting Plugin)Kong 1.x series breaking change from 0.14.x and below behavior · Issue #4515 · Kong/kong · GitHub

1 Like