As an example, let’s take the following URL: url = “https://en.wikipedia.org/w/index.php?title=Basidiomycete” When you follow it, it redirects to https://en.wikipedia.org/wiki/Basidiomycota So the question is: is there a way in Mathematica to follow url and detect the redirect? I would have thought that response = URLRead[url] would allow me to see the redirect in the generated HTTPResponseRead more