Recherches récentes
Pas de recherche récente

Charan Raj -- SnapOne IT
Adhésion le 27 sept. 2024
·
Dernière activité le 27 sept. 2024
Suivis
0
Abonnés
0
Activité totale
1
Votes
0
Abonnements
0
APERÇU DES ACTIVITÉS
BADGES
ARTICLES
PUBLICATIONS
COMMENTAIRES DE LA COMMUNAUTÉ
COMMENTAIRES SUR L’ARTICLE
APERÇU DES ACTIVITÉS
Dernière activité effectuée par Charan Raj -- SnapOne IT
Charan Raj -- SnapOne IT a créé une publication,
Publication 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)
});
Publication le 27 sept. 2024 · Charan Raj -- SnapOne IT
0
Abonnés
0
Votes
1
Commentaire