I wrote a python application and it works fine on my private network. The application uses requests package and constantly fetching data from Yahoo.finance.
However when my computer is connected to my work network (either through VPN or where i am actually @work), The application is not working. Is there a way to make it work?
Asaf