diff options
author | Stephan Szabo <stephan.szabo@sony.com> | 2019-06-24 09:25:31 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-06-25 08:04:48 +0200 |
commit | 35b8bea20f90873e321e1e77d8a9936245c11ac9 (patch) | |
tree | f2a7f4b49a6ef4a970aca473c815eef03c6a6875 /tests/data/test2032 | |
parent | b96282010e4b8bf373c1fb631a5e305442af634a (diff) |
tests: update fixed IP for hostip/clientip split
These tests give differences for me on linux when using a hostip
pointing to the external ip address for the local machine.
Closes #4070
Diffstat (limited to 'tests/data/test2032')
-rw-r--r-- | tests/data/test2032 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test2032 b/tests/data/test2032 index a63e11ef1..ec5771f81 100644 --- a/tests/data/test2032 +++ b/tests/data/test2032 @@ -99,22 +99,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: */*
|