JQuery – ajax sending array to Spring controller – bad request
I am using Spring 5.3.9, jackson-core and jackson-databind- 2.17.1 version. From UI, I am sending json array to the controller. I have tried multiple parameters types in the controller and none of them are working. Getting bad request. @Controller @RequestMapping("/secure")…