当前位置:   article > 正文

记一次nginx 405的错误_org.springframework.web.client.httpclienterrorexce

org.springframework.web.client.httpclienterrorexception$methodnotallowed: 40

问题复现

今天调试一个通过域名访问的接口报了如下错误:

org.springframework.web.client.HttpClientErrorException$MethodNotAllowed: 405 Not Allowed: [<html>
<head><title>405 Not Allowed</title></head>
<body>
<center><h1>405 Not Allowed</h1></center>
<hr><center>nginx/1.18.0</center>
</body>
</html>
]
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8

该接口地址是:

https://test.com/v1/report/report/push
  • 1

这是由于配置了nginx,但是项目名没有填写,导致Nginx匹配不到。同时由于是Https的请求,所以报了405的错误。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小丑西瓜9/article/detail/364262
推荐阅读
相关标签
  

闽ICP备14008679号