aliyun / api-gateway-nodejs-sdk

The API Gateway SDK for Node.js
MIT License
107 stars 23 forks source link

使用POST的时候报错 #16

Closed ray-z closed 6 years ago

ray-z commented 6 years ago

README里面一样使用client.post的时候报错: error message: API unsupport the channel: HTTP.

在API网关上的设置是支持HTTP的:协议:HTTP,HTTPS

使用的是阿里云的二级域名:*-cn-shanghai.alicloudapi.com

ray-z commented 6 years ago

headers里添加'Content-Type': 'application/x-www-form-urlencoded'解决了问题。