From 8349dde0f19f32965a942e78a99e27446621d3c4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 29 Apr 2004 13:43:04 +0000 Subject: Introducing IDN host name testing. Test case 165 requires an IDN-capable libcurl. --- tests/data/test165 | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 tests/data/test165 (limited to 'tests/data/test165') diff --git a/tests/data/test165 b/tests/data/test165 new file mode 100644 index 000000000..9d6ce9dbe --- /dev/null +++ b/tests/data/test165 @@ -0,0 +1,47 @@ +# +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake swsclose +Content-Type: text/html +Funny-head: yesyes + + + + +# +# Client-side + + +http + + +idn + + +CHARSET=ISO8859-1 + + +HTTP over proxy with IDN host name + + +http://www.едц.se/page/165 -x %HOSTIP:%HOSTPORT + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET http://www.xn--4cab6c.se/page/165 HTTP/1.1 +Host: www.xn--4cab6c.se +Pragma: no-cache +Accept: */* + + + -- cgit v1.2.3