Hello!

Is it possible to use Qt to detect if a website exists or not without opening it in a browser window with:

Qt Code:
  1. QDesktopServices::openUrl(myUrl);
To copy to clipboard, switch view to plain text mode 

If you have to open a website as shown above in order to test it, how do you then test it if it exists (opens properly) or not?

Thanks!