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 }