Free-to-Play Games Database

फ़्री
द्वारा Digiwalls Media | अपडेट किया गया il y a 15 jours | Gaming
लोकप्रियता

9.8 / 10

लेटेंसी

684ms

सेवा का स्तर

99%

Health Check

N/A

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

Games urls favicons

Rapid account: Javiersilvavalenzuela
javiersilvavalenzuela
il y a 8 mois

Hi,

I’ve been trying to retrieve the favicons from the games web pages, but I’ve encountered an issue with redirection from freetogame.com.

I’m using the following code:

const response = await fetch(originalUrl, {
  method: 'HEAD',
  redirect: 'follow',
  headers: {
    'X-RapidAPI-Key': '',
    'X-RapidAPI-Host': 'free-to-play-games-database.p.rapidapi.com'
  },
});
const finalUrl = response.url;

However, the request is being blocked due to CORS restrictions.

Is there a solution or workaround to this CORS issue that you could suggest?

Thanks

Rapid account: Digiwalls
digiwalls Commented il y a 8 mois

Hi Javier,

Please note that the requested feature is not currently supported within our API capabilities, and regrettably, we are unable to provide assistance in this regard.

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

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