所以我试图测试 django restframework 身份验证令牌,但是在尝试检索令牌时遇到了这个错误。
Invoke-WebRequest : A parameter cannot be found that matches parameter name 'X'.
+ CategoryInfo : InvalidArgument: (:) [Invoke-WebRequest], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
有人可以向我解释这意味着什么吗,有人知道解决方案吗
这是我在 cmd 中输入的内容:
curl -X POST -d "username=(username)&password=(password)" (the url to token)
谢谢