Read Body from HttpServletRequest in Spring Filter
This blog post is a short example of how you can read the body of HTTP request in the filter class of your Spring Boot application. Let’s assume you have created an AuthenticationFilter class that needs to ready username and password when a request to /login URL path is performed. The AuthenticationFilter class will need…
Read More Read Body from HttpServletRequest in Spring Filter