diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-07-15 21:00:26 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-07-15 21:00:26 +0000 |
commit | 1da3d402f619adcb3880ab05a311a609f9e28d60 (patch) | |
tree | 5b85c3fcc8d2b8ee423bebd71788d62f38471c0d /tests/data | |
parent | 1da3192d2d512dccea708d8f7e0b93c7dbe41e3f (diff) |
convert test case 540 to use a custom Host: header as well
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test540 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test540 b/tests/data/test540 index aa62ca069..f82b24015 100644 --- a/tests/data/test540 +++ b/tests/data/test540 @@ -52,7 +52,7 @@ crypto HTTP proxy auth Digest multi API re-using connection </name> <command> -http://test.remote.server.com/path/540 http://%HOSTIP:%HTTPPORT silly:person +http://test.remote.server.com/path/540 http://%HOSTIP:%HTTPPORT silly:person custom.set.host.name </command> </client> @@ -63,24 +63,24 @@ http://test.remote.server.com/path/540 http://%HOSTIP:%HTTPPORT silly:person </strip> <protocol> GET http://test.remote.server.com/path/540 HTTP/1.1
-Host: test.remote.server.com
Pragma: no-cache
Accept: */*
Proxy-Connection: Keep-Alive
+Host: custom.set.host.name
GET http://test.remote.server.com/path/540 HTTP/1.1
Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="/path/540", response="ca507dcf189196b6a5374d3233042261"
-Host: test.remote.server.com
Pragma: no-cache
Accept: */*
Proxy-Connection: Keep-Alive
+Host: custom.set.host.name
GET http://test.remote.server.com/path/540 HTTP/1.1
Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="/path/540", response="ca507dcf189196b6a5374d3233042261"
-Host: test.remote.server.com
Pragma: no-cache
Accept: */*
Proxy-Connection: Keep-Alive
+Host: custom.set.host.name
</protocol> </verify> |