oauth2(spring security)报错method_not_allowed(Request method 'GET' not supported)解决方法

桃扇骨 2022-02-05 03:51 597阅读 0赞

报错信息

  1. <MethodNotAllowed>
  2. <error>method_not_allowed</error>
  3. <error_description>Request method 'GET' not supported</error_description>
  4. </MethodNotAllowed>

我这里是使用postman进行接口访问

将get请求更换成post即可

发表评论

表情:
评论列表 (有 0 条评论,597人围观)

还没有评论,来说两句吧...

相关阅读