What is the server response code when a domain is not registered???

Verillo

Newbie
Joined
Apr 3, 2013
Messages
31
Reaction score
1
I would like to know what the server response code is when you try to access a non registered domain.

I know that if a page could not be found the error code is 404. So like this...
 
I don't think you're asking the right question here...
If you type unregistered domain then your isp will show a page that domain not found or something like it.
 
So if I enter all the existing server codes in scrapebox I should be able to find out wich domains are not registered?
 
the 404 code is Apache error code. When a domain is not registered or not hosted anywhere there is no Apache server to give you response..

The only response you will get for unregistered domains is DNS error code with msg something like "couldn't resolve domain xxxxxxxx.com"
 
Back
Top