In a spring Boot app I needed to read the request payload in a filter. I managed to do it by wrapping the request as explained in this great post.
This works great fo