How can I restrict a script on GAS to load only if the host has a certain IP?
I have a script that takes a input, submits, and then returns a table of data. But I want it to return the data only if the host has a certain IP because I don't want the data available outside this location.
No login is required.