Hello everyone!
Is there a module that just kicks the URL given, and DOES NOT get the contents placed there? All I need to know is response code.
I was about to send HEAD request, but I'm not sure if the remote server process such kind of requests...
So, the idea is to send a GET request, but retreive only response status (or all headers).
Thanx in advance