As per the solutions mentioned in this SO thread , we need to set the maxFormContentSize
parameter. But such a solution can lead to DoS through hash table vulnerability .
Is there any way other than limiting the post request, may be by breaking it into multiple requests ? I need to use this on a web client with no javascript
support.