blob: 7c1fa2438374dcfa93c87e6fe62d8834a7200093 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4HTTP
5HTTP proxy
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
20foo
21</data>
22</reply>
23
24# Client-side
25<client>
26<server>
27http
28</server>
29<name>
30Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL directly
31</name>
32<setenv>
33http_proxy=http://%HOSTIP:%HTTPPORT
34NO_PROXY=example.com
35</setenv>
36<command>
37http://%HOSTIP:%HTTPPORT/%TESTNUMBER --noproxy %HOSTIP
38</command>
39</client>
40
41# Verify data after the test has been "shot"
42<verify>
43<protocol>
44GET /%TESTNUMBER HTTP/1.1
45Host: %HOSTIP:%HTTPPORT
46User-Agent: curl/%VERSION
47Accept: */*
48
49</protocol>
50</verify>
51</testcase>