PDA

View Full Version : How to Check If an URL is Available



Furkan
22nd November 2010, 17:43
Hello Guys! I'm a participant in Google Code-in.
I'd like to know how to check an URL's existence. Can you help me please?
Thanks in advance!

wysota
22nd November 2010, 18:25
If you mean URL with HTTP schema then issue a HEAD request to the server using QNetworkAccessManager.