文章内容
2018/2/12 16:33:55,作 者: 黄兵
The CSRF token is missing.
Flask在向后台提交数据的时候提示:'The CSRF token is missing.'出现这个提示的原因是:前端没有加{{ form.hidden_tag() }}
参考资料
1、Form validation fails due missing CSRF
其它相关推荐:
2、has been renamed to "CSRFProtect" and will be removed in 1.0.
评论列表