最近搜索
没有最近搜索

Charan Raj -- SnapOne IT
已加入2024年9月27日
·
最后活动2024年9月27日
关注
0
关注者
0
活动总数
1
投票
0
订阅
0
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Charan Raj -- SnapOne IT
Charan Raj -- SnapOne IT 创建了一个帖子,
帖子 Developer - Zendesk Apps Framework (ZAF)
Hi,
I'm sending a POST request in Node.js using client.request
as shown below:
However, the response status alternates between 406 if i use .json at the end and 200 if i dont use.json, but the data isn't being inserted. It works fine when using Postman.
client.request({
url: `api/v2/users/${user.id}/identities`,
type: "POST",
contentType: 'application/json',
data: JSON.stringify(data)
});
已于 2024年9月27日 发布 · Charan Raj -- SnapOne IT
0
关注者
0
投票
1
Comment