mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
tests/data: fix static ip instead of dynamic value being used
Follow up to 94ced8e
This commit is contained in:
parent
94ced8e368
commit
f11b2cb62b
@ -101,22 +101,22 @@ chkhostname curlhost
|
||||
</strip>
|
||||
<protocol>
|
||||
GET /20320100 HTTP/1.1
|
||||
Host: 127.0.0.1:%HTTPPORT
|
||||
Host: %HOSTIP:%HTTPPORT
|
||||
Authorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=
|
||||
Accept: */*
|
||||
|
||||
GET /20320100 HTTP/1.1
|
||||
Host: 127.0.0.1:%HTTPPORT
|
||||
Host: %HOSTIP:%HTTPPORT
|
||||
Authorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=
|
||||
Accept: */*
|
||||
|
||||
GET /20320200 HTTP/1.1
|
||||
Host: 127.0.0.1:%HTTPPORT
|
||||
Host: %HOSTIP:%HTTPPORT
|
||||
Authorization: NTLM TlRMTVNTUAABAAAABoIIAAAAAAAAAAAAAAAAAAAAAAA=
|
||||
Accept: */*
|
||||
|
||||
GET /20320200 HTTP/1.1
|
||||
Host: 127.0.0.1:%HTTPPORT
|
||||
Host: %HOSTIP:%HTTPPORT
|
||||
Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAYABgAWAAAAAAAAABwAAAACAAIAHAAAAAIAAgAeAAAAAAAAAAAAAAAhoABAI+/Fp9IERAQ74OsdNPbBpg7o8CVwLSO4DtFyIcZHUMKVktWIu92s2892OVpd2JzqnRlc3R1c2VyY3VybGhvc3Q=
|
||||
Accept: */*
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user