Some HTTP to HTTPS redirections were not done using Python Requests
When visiting http://www.google.com in a browser located in the US, it should be redirected to https://www.google.com. However, this does not appear to work when using Python Requests, as demonstrated in the code below.