Hello!
I'm looking to fetch my own games' HTML pages. F.E: "https://blawnode.itch.io/mygamename"
Trying to make a web page with a customized list of several of my games.
I'm trying to do so through a React.js app of mine, hosted via AWS Amplify.
But when I attempt to fetch, I get a CORS issue: "Access to XMLHttpRequest at from origin has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource"
I understand that the CORS issue is for security reasons, and that itch.io will not allow this kind of requets.
The question is - Is there any right and allowed way to get an itch.io HTML page?
And if there is, please do let me know.
Else... I suppose this is a dead-end, and I'll simply scrap the idea.