I am interested in creating an app, hosted by heroku. I am looking for a way to respond to requests only through a specific static IP. Any requests made from any other IP will be ignored / won't be allowed to view content. Is that possible through heroku natively or through any add-ons ? If not, do you have any recommendations about services that allow me to clarify a whitelist of static IPs that can access my app?
Thank you in advance!