0
I want to check if a subdomain present on a website exists.
I tried to use urllib.request.urlopen()
but it returns the status code as 200 even if it does not exist.
This is because my provider returns a page indicating that the DNS does not exist. How can I check without the provider "disturbing"?
Thanks, solved my problem. ^-^
– Silva97