Json – Is there a way in spring boot to override a request header on HttpServletRequest?
I'm trying to validate when the user doesn't provide a content-type header as a header, I want to default it as application/json on the HttpServletRequest, is this possible? I don't see any methods that would suit that. Thanks!