Free-to-Play Games Database

KOSTENLOS
Durch Digiwalls Media | Aktualisiert 12日前 | Gaming
Popularität

9.8 / 10

Latenz

731ms

Service Level

99%

Health Check

N/A

Zurück zu allen Diskussionen

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ヶ月前

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.

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen