Technology Stack

GRATIS CON POSSIBILITÀ DI UPGRADE
Da findmassleads | Aggiornamento a month ago | Business Software
Popolarità

8.1 / 10

Latenza

315ms

Livello di servizio

100%

Health Check

N/A

Torna a tutte le discussioni

Empty response always.

Rapid account: Baljeetc Kis
baljeetc.kis
4 years ago

Hi
I am getting response of “ReadableStreamDefaultReader {closed: Promise}” always when i am invoking api from my code.
And if i try to read then its always returning empty value in result.
I have also tried api in postman and below is my request that i have tried in Postman.

var request = require(‘request’);
var options = {
‘method’: ‘POST’,
‘url’: ‘https://technology-stack3.p.rapidapi.com/RAPItif9m11S3g5f/’,
‘headers’: {
‘x-rapidapi-key’: ‘63a3d804dbmsh8c527cd08273b89p1be26djsn78820fabfd94’,
‘Content-Type’: ‘application/x-www-form-urlencoded’,
‘x-rapidapi-host’: ‘technology-stack3.p.rapidapi.com’,
‘useQueryString’: ‘true’
},
form: {
‘dn’: ‘flipkart.com
}
};
request(options, function (error, response) {
if (error) throw new Error(error);
console.log(response.body);
});

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti