I noticed there's a feature that lets us limit API requests to specific whitelisted IPs.
It would be nice if this also supported domain names. This could work by doing DNS lookups on the domain names to resolve them into IP addresses. The resulting IP addresses would then get added to the whitelist.
This feature would be useful for those of us with non-static IPs, for example if we're making API requests from at home and our ISP does not offer static IP addresses. Currently the only options are to either manually change the whitelist each time the IP changes, or to simply not use the IP whitelist.
Thanks for reading this! 🙂