On Wed, 27 Dec 2017 19:21:32 +0100 Reindl Harald <h.rei...@thelounge.net> wrote:
> > At most, I would do a HEAD on a URL and not a GET. HEAD is > > probably safer and will usually tell you if the link is a redirect > no, for the web application it's typically transparent because the > whole purpose of HEAD is that you get the whole headers as you would > do with a GET request without the body That's true. I was mistaken about "safer". Regards, Dianne.