# scripts/http-proxy - web-server accessibility (via proxy)

# This currently DOES NOT WORK.  Under investigation.
# This script fetches a page through a proxy, which is wired into the script.

send	GET http://##HOST##/ HTTP/1.1\nUser-Agent: Remstats/0.12.0\nHost: ##HOST##\nConnection: close\n\n
proxy	FIXME-proxy-in-config/scripts/http-proxy
port	80
timeout	5
ok      ^HTTP/\d\.\d 200

