📜  如何在html代码示例中隐藏api键

📅  最后修改于: 2022-03-11 14:52:58.133000             🧑  作者: Mango

代码示例1
You can't secure your API key in a client-side app
Two options

Make the API calls server-side and then serve information to the client from there
Require the client use their own API keys