1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP GET 6HTTP proxy 7</keywords> 8</info> 9 10# Server-side 11<reply> 12<connect> 13HTTP/1.1 200 OK 14We-are: good 15 16</connect> 17 18</reply> 19# Client-side 20<client> 21<server> 22http 23http-proxy 24</server> 25<tool> 26lib1529 27</tool> 28 <name> 29HTTP request-injection in URL sent over proxy 30 </name> 31 <command> 32 "http://the.old.moo:%HTTPPORT/1529" %HOSTIP:%PROXYPORT 33</command> 34</client> 35 36# it should be detected and an error should be reported 37<verify> 38# 3 == CURLE_URL_MALFORMAT 39<errorcode> 403 41</errorcode> 42</verify> 43</testcase> 44