1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP proxy 6http_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 20foo 21</data> 22</reply> 23 24# Client-side 25<client> 26<server> 27http 28</server> 29<name> 30Access a non-proxied host with using the combination of http_proxy env var and --noproxy option 31</name> 32<setenv> 33http_proxy=http://dummy:%PROXYPORT/ 34</setenv> 35<command> 36http://user:secret@%HOSTIP:%HTTPPORT/1250 --noproxy %HOSTIP --max-time 5 37</command> 38</client> 39 40# Verify data after the test has been "shot" 41<verify> 42<strip> 43^User-Agent:.* 44</strip> 45<protocol> 46GET /1250 HTTP/1.1 47Host: %HOSTIP:%HTTPPORT 48Authorization: Basic dXNlcjpzZWNyZXQ= 49Accept: */* 50 51</protocol> 52</verify> 53</testcase> 54