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 DNS does not exist. How can I check without the provider "getting in the way?"