Use %HOSTIP:%HTTPPORT instead of 127.0.0.1:8990 so that
verification works if the baseport change option is used
when executing runtests.pl.
<verify>
<protocol>
POST /565 HTTP/1.1\r
-Host: 127.0.0.1:8990\r
+Host: %HOSTIP:%HTTPPORT\r
Accept: */*\r
Transfer-Encoding: chunked\r
Content-Type: application/x-www-form-urlencoded\r
\r
POST /565 HTTP/1.1\r
Authorization: Digest username="foo", realm="testrealm", nonce="1053604144", uri="/565", response="877424f750af047634dbd94f9933217b"\r
-Host: 127.0.0.1:8990\r
+Host: %HOSTIP:%HTTPPORT\r
Accept: */*\r
Transfer-Encoding: chunked\r
Content-Type: application/x-www-form-urlencoded\r