http-head

Checking if a website is up via Python

Checking if a website is up via Python Question: By using python, how can I check if a website is up? From what I read, I need to check the "HTTP HEAD" and see status code "200 OK", but how to do so ? Cheers Related How do you send a HEAD HTTP request in …

Total answers: 15