Hello.
request string: "HOST:URI" (colon is for historical reasons)
responce string: posix regex (can be matched against multiline text),
e.g. '^HTTP/1.[01] 200 .*'
requst sent to server:
--- GET URI HTTP/1.1\r\n Connection: close\r\n Host: HOST\r\n\r\n --- e.g. request: "www1.yahoo.com:/test/uri" resp: '^HTTP/1.[01] 200 .*' Christoffer Blindheim wrote: > > I'm trying to check if a webserver on a certain host is up and running. > What is supposed to be in the request/response fields in add service? > GET / and 200 OK ? >Received on Tue Jan 08 1980 - 00:46:20 MSK
This archive was generated by hypermail 2.2.0 : Mon Aug 01 2005 - 00:44:18 EEST