Hi, I want to make a simple customized HTML Sign In page with only one Email Input and a Button and check if the user has actually purchased my app using data from this link: https://itch.io/api/1/KEY/game/CODE/purchases?email=EMAIL_ADDRESS_INPUT
Is it possible to get the data using an XMLhttp request?
I am currently getting the following error:
CORS: No 'access-control-allow-origin' header is present
Does itch provide some way to allow Fetch the data from my domain?
Thanks :)