I am running a server that hosts a UniFi Controller from Ubiquiti Networks (ubnt.com). The controller has a published API, but since it is running on my own host, it obviously is not whitelisted by PythonAnywhere. Is there a way to whitelist the location of this API on my private host, even just for my PythonAnywhere account? The service is publicly accessible through the firewall. I am writing a python web app that connects to the API for read-only reporting purposes.
Thank you, Chris