I want to check if a particular website is available. The website name comes from the input field and is sent via message.
There is an NPM module for ping hosts, but that doesn't help me much. I need a solution for checking URL with parameters, for example: hostname.com/category
I would be grateful for the suggestions.
source share