79238572

Date: 2024-11-29 23:37:43
Score: 1
Natty:
Report link

dont forget to add @RequestParam to your variables on the server side

@GetMapping("/android/played")
public ModelAndView getName(@RequestParam(value = "name") String name) {
    //do stuff
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @RequestParam
Posted by: shieldgenerator7