Free-to-Play Games Database

GRATIS
Da Digiwalls Media | Aggiornamento 18 giorni fa | Gaming
Popolaritร 

9.8 / 10

Latenza

676ms

Livello di servizio

99%

Health Check

N/A

Torna a tutte le discussioni

Games urls favicons

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 8 mesi fa

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.

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti