使用curl命令的checkmarx rest API

时间:2018-10-30 18:34:50

标签: curl checkmarx

我正在尝试使用rest api从checkmarx中提取项目列表。我在下面配置了命令 curl -v -c〜/ checkmarx.txt -X POST -H'内容类型:application / json; v = 1.0'-H'接受:application / json; v = 1.0'-d'{“用户名”:“ xxxx“,” password“:” xxxx“,” grant_type“:” password“,” scope“:” sast_rest_api“,” client_id“:” resource_owner_client“,” client_secret“:” 014DF517-39D1-4453-B7B3-9930C563627C“ }''http://serverurl/CxRestapi/auth/identity/connect/token'

但是它抛出诸如{“ ErrorMessage”:“ Unsupported Media Type”}之类的错误,如果我删除-H'Content-Type:application / json; v = 1.0'-H'Accept:application / json; v = 1.0”条目,则会引发类似{“ error”:“ invalid_client”}

的错误

有人可以帮助我解决问题并创建令牌吗?

0 个答案:

没有答案