Office 2013 / 2016 / 2019 ProPlus Retail零售版密钥上架

flask-wtf The CSRF session token is missing

Python

更新于:

0x00 概述

flask-wtf提示400,难受,想哭


0x01 基本设置

#你懂得,不写全部代码了

from flask_wtf.csrf import CSRFProtect
csrf = CSRFProtect()
csrf.init_app(app)

#form 部分
from flask_wtf import FlaskForm

如果按照以上设置之后还是400的话,看看是不是设置了下面参数,下面参数使cookie工作在https下

SESSION_COOKIE_SECURE = True

0xff 完结撒花

 

转载请注明:【flask-wtf The CSRF session token is missing】https://jihuo.ma/flask-wtf-400.html

@楼主 昵称
评论