How to retrieve raw post data from HttpServletRequest in java
I’m trying to get the post data in Java. Seems like it should be one of the simplest things to do right? I mean, HttpServletRequest.getParameter has to do it right? So how can you get the raw post data? I found HttpServletRequest get JSON POST data and used Kdeveloper’s code to pull the post data … Read more