I have an application which imports data from a remote service every hour to be loaded into our data warehouse.
The application makes api calls to the remote service, these are of the form
http://......
Recently the application started failing i.e the large data transfers did not complete
I have discovered that I can run the application on my desktop (which is on the same subnet) without incident.
Where do I start?