Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
i need to post to a API with cors diabled how do i do this
you can't just disable CORS.
API request can be sent if your game is uploaded to a hosting that does not block CORS requests.
What are you trying to do, what API do you want to use?
Develop games in your browser. Powerful, performant & highly capable.
you can't just disable CORS. API request can be sent if your game is uploaded to a hosting that does not block CORS requests. What are you trying to do, what API do you want to use?
im trying to send data request too my schools API and when i call it with a fetch in JS when i disable cors it works but other wise i haven't found a way to make it work with cors