HttpServletRequest get JSON POST data

0 votes
How do I get the POST data (jsondata) from HttpServletRequest?

If I enumerate the request params, I can only see one param, which is "cmd", not the POST data.
Nov 29, 2018 in Java by Daisy
• 8,120 points
64,580 views

3 answers to this question.