From ff7e5a29c781802ae5f37730e076df44a3936717 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 8 Mar 2019 16:58:01 +0100 Subject: test331: verify set-cookie for dotless host name Reproduced bug #3649 Closes #3659 --- tests/data/test331 | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 tests/data/test331 (limited to 'tests/data/test331') diff --git a/tests/data/test331 b/tests/data/test331 new file mode 100644 index 000000000..54b86d2a1 --- /dev/null +++ b/tests/data/test331 @@ -0,0 +1,65 @@ + + + +HTTP +HTTP GET +cookies + + + +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Type: text/html +Content-Length: 4 +Set-Cookie: moo=yes; + +hej + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Type: text/html +Content-Length: 0 +Funny-head: yesyes swsclose + + + + +# Client-side + + +http + + +HTTP with cookie using host name 'moo' + + +-x http://%HOSTIP:%HTTPPORT http://moo/we/want/331 -b none http://moo/we/want/3310002 + + + +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET http://moo/we/want/331 HTTP/1.1 +Host: moo +Accept: */* +Proxy-Connection: Keep-Alive + +GET http://moo/we/want/3310002 HTTP/1.1 +Host: moo +Accept: */* +Proxy-Connection: Keep-Alive +Cookie: moo=yes + + + + -- cgit v1.2.3