My game can't connect to my server! I think it's because itch is blocking IP of my server. Is there any way to allow CORS for my server IP?
https://marataziat.itch.io/drawify password 123
http://178.62.103.150/ - Ip of my server
My game can't connect to my server! I think it's because itch is blocking IP of my server. Is there any way to allow CORS for my server IP?
https://marataziat.itch.io/drawify password 123
http://178.62.103.150/ - Ip of my server
Our website isn't in control of blocking servers like that, that's what the browser does automatically for security reasons. If you need to use CORS then you need to update your server to return the correct headers to permit access by our domain that is hosting your game. Keep in mind that our HTML5 games are not stored on the itch.io domain, but are currently stored on v6p9d9t4.ssl.hwcdn.net
Hope that helps