Hello,
I am trying to sanitize user input from the client. I have implemented
a filter and can access the query parameters to clean them. But we
have some forms that submit json in the post body. How can I access
the body in the filter to clean the post body before we process the
post body in the handler methods?
Thanks again for the help,
Dehru