in reply to Re^2: Problem with HEAD.. but I think can be related with DNS
in thread Problem with HEAD.. but I think can be related with DNS

Does anyone has an idea of why this is happening?
  • Comment on Re^3: Problem with HEAD.. but I think can be related with DNS

Replies are listed 'Best First'.
Re^4: Problem with HEAD.. but I think can be related with DNS
by angeloulivieri (Novice) on Mar 21, 2014 at 09:35 UTC
    I was wondering if there is another way to check if an URL is working. Is HEAD the only one?

      You will have to talk to the administrators of the other machine. There is nothing we can do from the outside.

Re^4: Problem with HEAD.. but I think can be related with DNS
by angeloulivieri (Novice) on Mar 21, 2014 at 10:38 UTC
    I was asking also if there is a different way from HEAD to check if a URL is working. Because actually I want to check the link and, after a while, download it. For the download I find out the FILE::FETCH module that helped me. For the URL check I can't find anything...