2 years ago
#46227
Akinn
What's the body request size limit for a PUT request?
I've created a PUT endpoint on a tomcat server using Spring boot. For safety reasons, I don't want the body size to exceed a certain amount, so I was checking whether there is a limit as there is for POST requests (which I know stays at 2MB)
At the same time I don't find any documentation for the PUT requests. Is there a limit for those too?
spring-boot
http
tomcat
put
0 Answers
Your Answer