curl to coldfusion cfhttp

时间:2014-07-23 16:28:03

标签: curl coldfusion railo

我试图让这个卷曲到cfhttp,但无法完成这个

C:\>curl -k https://api.juspay.in/order/create -u 320EABE1225D45E6B13DF5D3D2BBDB80: -d "amount=10.00"

响应:

{
"status": "CREATED",
"status_id": 1,
"order_id": null
}

coldfusion脚本:

  <cfhttp url='https://api.juspay.in/order/create'  username="320EABE1225D45E6B13DF5D3D2BBDB80" password="" method="post" >
        <cfhttpparam name="amount" type="formField" value="10">
    </cfhttp>

通过cfhttp

获得低于响应
  { "status": "error", "error_code": "access_denied" }

但卷曲工作正常。

0 个答案:

没有答案