I am using postman client app for a rest-let of POST type request. for my URL, I am passing a query-Parameter. When I pass a small JSON string as value it is been passed perfectly fine , but when I pass a large JSON string as value it throws an error of Bad Request 400 error. Not able to figure out what is going wrong and how to debug and fix the issue.
Can some one help me?
thank you. ~Sha