# scripts/http - web-server accessibility (direct)
# $Id: http,v 1.4 2003/05/15 12:11:30 remstats Exp $

# This will return a warning level for servers requiring authentication, so
# use httpauth for those ones.

send	GET / HTTP/1.1\r\nUser-Agent: Remstats/@@VERSION@@\r\nHost: ##HOST##\r\nConnection: close\r\n\r\n
port	80
timeout	5
ok      ^HTTP/\d+\.\d 200

