HTTP HTTP GET --interface # # Server-side HTTP/1.1 200 OK Date: Mon, 28 Jul 2008 14:49:00 GMT Server: test-server/fake Content-Length: 6 Connection: close Content-Type: text/plain -foo- # # Client-side http HTTP GET with localhost --interface http://%HOSTIP:%HTTPPORT/1082 --interface localhost perl -e "print 'Test requires default test server host address' if ( '%CLIENTIP' ne '127.0.0.1' );" # # Verify data after the test has been "shot" ^User-Agent:.* GET /1082 HTTP/1.1 Host: %HOSTIP:%HTTPPORT Accept: */*