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