在 Postman 中执行 POST 请求时如何使用 csrf 令牌

问题描述

我正在尝试在 Postman 中执行 POST 请求,并且我知道我必须使用 CSRF 令牌才能成功接收数据。我使用检查元素在我的浏览器上找到 csrf 令牌,但不知道如何在 Postman 中发送它。我该怎么做?

This is the error message I am receiving.

编辑:这是 api 文档关于标题的说明:

Parameters (http headers):
    
Content-disposition: attachment; filename=<filename> -- a name of the file (see rfc6266).
    
Authorization: license <user license> -- a user license,optional (if there is no license it is necessary to use csrf tokens)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)