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
Hi, guys, I use an API through ajax request. And in the requested URL I have my API key is there a way of hiding this as if the user looks at network requests they see the whole
URL?apikey=98213481273468.
How do I hide my api key?
Develop games in your browser. Powerful, performant & highly capable.
Does the API key ever change? If not, store it in the php script, don't send it.
Otherwise, you need to encrypt it:
construct.net/en/make-games/addons/257/forge-c3-runtimeworkers