Commit 1faef62d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

use the correct variables, not fixed values

parent 0d0d5e7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -57,13 +57,13 @@ http://%HOSTIP:%HTTPPORT/519
<protocol>
GET /519 HTTP/1.1
Authorization: Basic bW9uc3Rlcjp1bmRlcmJlZA==
Host: 127.0.0.1:8990
Host: %HOSTIP:%HTTPPORT
Pragma: no-cache
Accept: */*

GET /519 HTTP/1.1
Authorization: Basic YW5vdGhlcm1vbnN0ZXI6aW53YXJkcm9iZQ==
Host: 127.0.0.1:8990
Host: %HOSTIP:%HTTPPORT
Pragma: no-cache
Accept: */*