我正在运行Spring Boot,并且尝试设置Cookie并重定向页面 origin: http://abc.example.com (generate a cookie) destination: http://xyz.example.com (set the cookie for login) @RequestMapping(value = "/getUrl", method = RequestMethod.POST, produces = MediaType.APPLICATION_JSON_VALUE) p…