SpringMVC 报错Request method 'GET' not supported

控制器代码:
Request method 'GET' not supported; The method received in the request-line is known by the origin s
jsp页面:
Request method 'GET' not supported; The method received in the request-line is known by the origin s
报错信息:
Request method 'GET' not supported; The method received in the request-line is known by the origin s
明明是POST,却报了GET方法错误

解决方法:
添加
Request method 'GET' not supported; The method received in the request-line is known by the origin s
要事先用GET方法获取当前页面

完美解决:
Request method 'GET' not supported; The method received in the request-line is known by the origin s

相关文章: