I am using a tomcat server and making POST requests to it. My requests are quite big in size, say up to 10 MB. Is there a way I can increase the max request size?
I am not sending files and it is not a multipart request. I have tried ways that have been discussed earlier but they have been not of much use to me.