1、填入代码
var csrf_token = postman.getResponseCookie("csrftoken").value postman.clearGlobalVariable("csrftoken"); postman.setGlobalVariable("csrftoken", csrf_token);
2、查看全局变量
3、请求中设置“X-CSRFToken”这个header
wx5935381fcc679 ©著作权
1、填入代码
var csrf_token = postman.getResponseCookie("csrftoken").value postman.clearGlobalVariable("csrftoken"); postman.setGlobalVariable("csrftoken", csrf_token);
2、查看全局变量
3、请求中设置“X-CSRFToken”这个header
-
html代码和js代码 Django后台处理:
-
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M