SyntaxFix
Write A Post
Hire A Developer
Questions
I'd download PuTTY and run a telnet session on port 80 to the webserver you want
HEAD /resource HTTP/1.1 Host: www.example.com
You could alternatively download Perl and try LWP's HEAD command. Or write your own script.