How to make iFrame embedding secure?

Hi there, Gliders!

I’m looking to build a couple of lead-generation tools that I could embed on my websites, but noticed that there are some security concerns around that. Certainly the last thing I’d want is some aggressive telemarketing agency stealing my prospects’ info and draining the interest in the solutions out of them.

So, before I start buliding the apps passionately I’d like to learn all there is to learn about security of web embedding. I don’t have a strong technical IT background, so there might be some basics that I’m blissfully unaware of.

To get to the point - would it be enough to store all my clients’ personal details together with a unique client ID on a database like Airtable / Memberstack and then connect the data from iFrame embedded Glide forms and calculators to the specific client ID via Zapier? Or are there some other ways my work can be stolen that I should look more deeply into?

Have a great one!
Mariusz

You can secure data in Glide with the proper use of Row Owners.
In order to take advantage of the iFrame embed feature, you will need a Business or Enterprise plan.

3 Likes

Thanks, Darren, will look into that!