1<testcase> 2<info> 3<keywords> 4HTTP 5SOCKS5 6NO_PROXY 7noproxy 8</keywords> 9</info> 10 11# Server-side 12<reply> 13<data> 14HTTP/1.1 200 OK 15Date: Tue, 09 Nov 2010 14:49:00 GMT 16Server: test-server/fake 17Content-Length: 4 18Content-Type: text/html 19 20boo 21</data> 22</reply> 23 24# Client-side 25<client> 26<server> 27http 28</server> 29 <name> 30noproxy setting together with socks proxy 31 </name> 32 33<command> 34http://user:secret@%HOSTIP:%HTTPPORT/ulion/%TESTNUMBER --socks5 non-existing-host.haxx.se:1080 --noproxy %HOSTIP --max-time 5 35</command> 36</client> 37 38# Verify data after the test has been "shot" 39<verify> 40<protocol> 41GET /ulion/%TESTNUMBER HTTP/1.1 42Host: %HOSTIP:%HTTPPORT 43Authorization: Basic dXNlcjpzZWNyZXQ= 44User-Agent: curl/%VERSION 45Accept: */* 46 47</protocol> 48</verify> 49</testcase> 50