# scripts/httpauth - web-server accessibility (direct, requiring authentication)

# This treats 401 (authentication required) as ok

send	GET / HTTP/1.0\User-Agent: Remstats/0.12.0\nHost: ##HOST##\nConnection: close\n\n
port	80
timeout	5
ok      ^HTTP/\d\.\d (200|401)

