When using javascript and external APIs that require a personal API key, there is no way of protecting your API key. Usually, you can hide your API key e.g in the the environment file.
const API_KEY = process.env.MY_SECRET_API_KEY;
https://medium.com/better-programming/how-to-hide-your-api-keys-c2b952bc07e6
E.g. Heroku has something called config variables where the user can specify a number of API keys that only can be accessed from hosted pages.
Please add this
yup this would be dope.
We need this. Please
This is a must have.
This really be helpfull, one of project not able to move from WordPress to Webflow because of this issue.
This is something that needs to happen. Would be amazing! Voted +3
This really would be handy for a lot of external features that Webflow doesnt currently give us.