Forums

Web app accessible only within the organization's network.

I have created a Web-application, that is intended to function as a "Request Form" to gather user data.I currently have a "Web-Dev" account($12 a month), that enables access to the web-app, via <myusername>.pythonanywhere.com.

This web-app will store sensitive user data, and ideally - I would like the access to this Web app restricted to only within the confines of our Organization's network. Is there a way one can achieve this ?

Sorry if this is a very bad question, but I am seeking help with understanding it.

Thanks much for your time.

The best way to achieve that would be to use a login of some sort so that only people with a username and password can access the data.