记一次神秘报错,method not allow
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了记一次神秘报错,method not allow相关的知识,希望对你有一定的参考价值。
参考技术A 在某次开发中,django drf 报了一个奇怪的错误 GET method not allow以为是drf 问题,在 中间件中打印method,发现还没进入drf,method就多了一个括号,查找wsgi生成的request,发现生成的enviro奇怪的 把前端上次请求的参数带入到下次get请求中。
无奈只能删掉上次put请求中的参数,最终终于不报错了。
至于原因,暂时还没解开
SVN-server发送了意外的返回值(405 Method Not Allowed)
以上是关于记一次神秘报错,method not allow的主要内容,如果未能解决你的问题,请参考以下文章
oauth2(spring security)报错method_not_allowed(Request method 'GET' not supported)解决方法
Vue报错:OPTIONS 405 Method Not Allowed以及CORS跨域错误
把post请求的地址粘贴到浏览器地址栏敲回车报错405[Method Not Allowed]
vue--axios使用post方法与后台进行异步传值是报错POST http://localhost:8080/api/AddEmployeeApi 405 (METHOD NOT ALLOWED)