Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
Admin

Without an error message it’s not easy to help you.

BTW, all current browsers for the past many years support XMLHttpRequest, creating an ActiveXObject is not necessary.

i know its not necessary but its from my game engine and i dont wanna break it by accident anyway

networktools.js:39 Access to XMLHttpRequest at ‘https://(dont want peoples to know)/game/refresh.php’ from origin ‘https://v6p9d9t4.ssl.hwcdn.net’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.

Admin(+1)

You’re trying to communicate with a server that is missing the headers required for Cross Origin requests. Try searching CORS on Google to learn how to configure your PHP script to return the correct headers.