My company currently uses 11.5 and 2018.3 (a few people have this, but most have 11.5 and can't upgrade until 2019.1 is rolled out later this year).
I am trying to pull the HTML from a site using the download tool, which I have found many examples showing this is possible in the community.
with the same flow running in 2018.3 and 11.5: I am able to pull the site using 2018.3, but 11.5 gets the error "Failure when receiving data from the peer".
I know that our IT department has blocked some outgoing ports, as when I try to hit a site using python urllib2, it fails.
is there a difference in the method in which the download tool retrieves information between 11.5 and 2018.3+?
thanks