error : use 'application/json' Content-Type and raw POST with json data
error : use 'application/json' Content-Type and raw POST with json data
错误信息
error : use 'application/json' Content-Type and raw POST with json
data
从 plivo 控制台内的 cyclos 应用程序中出现,第三个 API 需要通过
集成到 cyclos 中
Gateway URL: https://api.plivo.com/v1/Account/auth-id/Message/
HTTP username:xxx
HTTP password: ****
HTTP headers
{
'content-type': 'application/json',
}
HTTP request type: POST
HTTP request POST body
{
"src":"+xxxx",
"dst":"+xxx",
"text":"some test"
}
您可以尝试将 header 发送为 'Content-Type'
而不是 'content-type'
。
有些实现中 field-names 是 case-sensitive(就像 PHP 中的 age-old 错误!)。
错误信息
error : use 'application/json' Content-Type and raw POST with json data
从 plivo 控制台内的 cyclos 应用程序中出现,第三个 API 需要通过
集成到 cyclos 中Gateway URL: https://api.plivo.com/v1/Account/auth-id/Message/
HTTP username:xxx
HTTP password: ****
HTTP headers
{
'content-type': 'application/json',
}
HTTP request type: POST
HTTP request POST body
{
"src":"+xxxx",
"dst":"+xxx",
"text":"some test"
}
您可以尝试将 header 发送为 'Content-Type'
而不是 'content-type'
。
有些实现中 field-names 是 case-sensitive(就像 PHP 中的 age-old 错误!)。