What should I test if I want to know a website is actually up. I need more than a simple ping reply. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What should I test if I want to know a website is actually up. I need more than a simple ping reply.

What should I test if I want to know a website is actually up. I need more than a simple ping reply. I want to write a piece of code which would test a website's status and gives me feed-back based on an schedule. I know I can get the ping back. But a ping doesn't actually mean the site loads. Any ideas?

24th Jul 2017, 7:42 PM
saman hamidi
saman hamidi - avatar
1 Answer
+ 2
make an http request and analyze the response from the server.
25th Jul 2017, 5:36 AM
seamiki
seamiki - avatar