If used in some kind of virtualization layer with own DNS it`s necessary to handle redirects.
Usage of python2 urllib2.HTTPRedirectHandler and python3 urllib.request.HTTPRedirectHandler
should solve this issue IMHO.
Or is there downside of redirecting which I'm missing?