Búsquedas recientes
No hay búsquedas recientes

Charan Raj -- SnapOne IT
Incorporación 27 sept 2024
·
Última actividad 27 sept 2024
Seguimientos
0
Seguidores
0
Actividad total
1
Votos
0
Suscripciones
0
RESUMEN DE LA ACTIVIDAD
INSIGNIAS
ARTÍCULOS
PUBLICACIONES
COMENTARIOS DE LA COMUNIDAD
COMENTARIOS DE ARTÍCULOS
RESUMEN DE LA ACTIVIDAD
Última actividad de Charan Raj -- SnapOne IT
Charan Raj -- SnapOne IT creó una publicación,
Publicación 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)
});
Publicado 27 sept 2024 · Charan Raj -- SnapOne IT
0
Seguidores
0
Votos
1
Comentario