In fact none of the websites seem to be reachable. Is it a restriction on hyperdev. Or am I doing something wrong in the code? Here’s what I’ve written:
var url_to_check = “https://isitup.org”;
var url_path = “/google.com.json”;
Thank you for your help! I initially tried to add the user agent in the Options, but got an error saying I can’t do it. Then I added the user agent in the header and it seemed to be working. Another mistake that I did was to add https:// in the URL, when I removed it, the DNS error went away.