1 Answer
- Newest
- Most votes
- Most comments
0
Hello.
As of July 2025, the maximum body size that AWS WAF can inspect is 64 KB, so if you want to block body sizes larger than this, you will need to implement this on the application side.
Relevant content
asked 2 years ago
asked 4 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 10 months ago

Thanks for the answser. I also try add rule with single header content-length but i seem like not working. May be i need implement on the application