We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
urllib2.HTTPRedirectHandler
urllib.request.HTTPRedirectHandler
Or is there downside of redirecting which I'm missing?