Random Famous Quotes

फ्रीमियम
द्वारा Andres Olvera | अपडेट किया गया לפני 4 ימים | Data
लोकप्रियता

9.5 / 10

लेटेंसी

469ms

सेवा का स्तर

100%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

API not returning content

Rapid account: Dgullifo
dgullifo
לפני 5 שנים

Using the JS fetch method, from inside html page, identical to the snippet.

This is what I get in the console:

Response {type: “cors”, url: “https://andruxnet-random-famous-quotes.p.rapidapi.com/?cat=famous&count=10”, redirected: false, status: 200, ok: true, …}
body: (…)
bodyUsed: false
headers: Headers {}
ok: true
redirected: false
status: 200
statusText: "OK"
type: "cors"
url: "https://andruxnet-random-famous-quotes.p.rapidapi.com/?cat=famous&count=10"
proto: Response

i.e. no valid response text. Any ideas what I am doing wrong? . Tks!

Rapid account: Payamazadi Natgeo
payamazadi-natgeo Commented לפני 5 שנים

as i said earlier, add a user-agent header.

Rapid account: Dgullifo
dgullifo Commented לפני 5 שנים

Update: the API return works when I add an extra promise to the fetch-based JS snippet:

})
.then(response => response.json()) << added to get the response to work as intended
.then(response => {
console.log(response);
})

I got the idea from this thread: https://stackoverflow.com/questions/33237200/fetch-response-json-gives-responsedata-undefined

Rapid account: Dgullifo
dgullifo Commented לפני 5 שנים

OK so how do I share the code so that it will display correctly in this comment box? --It looks like the parser substitutes for all the <> and completely hides the javascript…

Rapid account: Andruxnet
andruxnet Commented לפני 5 שנים

Are you using a GET request or a POST request? If it is a GET request, could you please share your code for me to try it?

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें