From 9b3b7ad22ea6d677e2e50f3a7d1c41214b49ae29 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 11 Dec 2004 21:41:00 +0000 Subject: HTTP IPv6 support added to the test suite --- tests/data/test242 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 tests/data/test242 (limited to 'tests/data/test242') diff --git a/tests/data/test242 b/tests/data/test242 new file mode 100644 index 000000000..205f4de4a --- /dev/null +++ b/tests/data/test242 @@ -0,0 +1,45 @@ +# +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Content-Length: 6 +Connection: close + +hello + + + +# +# Client-side + + +ipv6 + + +http-ipv6 + + +HTTP-IPv6 GET with username+password in URL + + +-g "http://foobar:barfoo@%HOST6IP:%HTTP6PORT/242" + + + +# +# Verify data after the test has been "shot" + + +^User-Agent: + + +GET /242 HTTP/1.1 +Authorization: Basic Zm9vYmFyOmJhcmZvbw== +Host: %HOST6IP:%HTTP6PORT +Pragma: no-cache +Accept: */* + + + -- cgit v1.2.3