1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP GET 6HTTP proxy 7IDN 8FAILURE 9</keywords> 10</info> 11 12# 13# Server-side 14<reply> 15</reply> 16 17# 18# Client-side 19<client> 20<server> 21none 22</server> 23<features> 24idn 25http 26proxy 27</features> 28<setenv> 29LC_ALL= 30LC_CTYPE=en_US.UTF-8 31</setenv> 32<precheck> 33perl -MI18N::Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");' 34</precheck> 35<name> 36HTTP over proxy with too long IDN host name 37</name> 38<command> 39http://too-long-IDN-name-cürl-rüles-la-la-la-dee-da-flooby-nooby.local/page/%TESTNUMBER -x %HOSTIP:%NOLISTENPORT 40</command> 41</client> 42 43# 44# Verify data after the test has been "shot" 45<verify> 46<errorcode> 473 48</errorcode> 49</verify> 50</testcase> 51