postman发起请求如下图
在django中使用如下方式获取token
print(request.META) token = request.META.get(‘HTTP_X_TOKEN‘)
postman发送数据,django 获取接收数据
原文:https://www.cnblogs.com/robinunix/p/11435352.html