Index / Questions / How do you check that a server is actual

How do you check that a server is actually working, not just online?

Answer

I implement special URLs on my web services that run a common but harmless function, such as a simple database query. If that endpoint succeeds, the server is online and the key backend systems respond correctly.

Sources