美文网首页
Flask更换运行环境导致400:Your browser (o

Flask更换运行环境导致400:Your browser (o

作者: qizhen816 | 来源:发表于2022-03-31 09:26 被阅读0次

    同样的服务代码,同样的post请求代码,在新的容器中运行flask服务时请求失败,parser.parse_args()报400错误

    400 Bad Request: The browser (or proxy) sent a request that this server could not understand
    

    在请求代码中使用json解析又可以访问:

    requests.post(url, json=json)
    

    经过排查,发现两个容器中Werkzeug的版本不一致:2.0.1vs2.1.0,安装指定版本后正常

    相关文章

      网友评论

          本文标题:Flask更换运行环境导致400:Your browser (o

          本文链接:https://www.haomeiwen.com/subject/odbgjrtx.html