This blog is updated daily.
A general description is here.
Changes when redirection of a ‘http://’ URL to a ‘https://’ URL is encountered:
The internal methods of ‘download.file()’ and ‘url()’ now report that they cannot follow this (rather than failing silently).
(Unix-alike) ‘download.file(method = "auto")’ (the default) re-tries with ‘method = "libcurl"’.
(Unix-alike) ‘url(method = "default")’ with an explicit ‘open’ argument re-tries with ‘method = "libcurl"’. This covers many of the usages, e.g. ‘readLines()’ with a URL argument.