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: Thu, 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/1212 --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<strip> 41^User-Agent:.* 42</strip> 43<protocol> 44GET /ulion/1212 HTTP/1.1 45Host: %HOSTIP:%HTTPPORT 46Authorization: Basic dXNlcjpzZWNyZXQ= 47Accept: */* 48 49</protocol> 50</verify> 51</testcase> 52