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

相关文章:

  • 2021-07-23
  • 2022-12-23
  • 2021-11-17
  • 2021-09-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-05
猜你喜欢
  • 2021-08-21
  • 2021-07-27
  • 2021-11-30
  • 2021-10-03
  • 2021-07-24
相关资源
相似解决方案