Annotation of embedaddon/curl/tests/data/test1254, revision 1.1.1.1
1.1 misho 1: <testcase>
2: <info>
3: <keywords>
4: HTTP
5: HTTP proxy
6: NO_PROXY
7: noproxy
8: </keywords>
9: </info>
10:
11: # Server-side
12: <reply>
13: <data>
14: HTTP/1.1 200 OK
15: Date: Thu, 09 Nov 2010 14:49:00 GMT
16: Server: test-server/fake
17: Content-Length: 4
18: Content-Type: text/html
19:
20: foo
21: </data>
22: </reply>
23:
24: # Client-side
25: <client>
26: <server>
27: http
28: </server>
29: <name>
30: Under condition using --proxy, override NO_PROXY by --nproxy and access target URL through proxy
31: </name>
32: <setenv>
33: NO_PROXY=example.com
34: </setenv>
35: <command>
36: http://somewhere.example.com/1254 --proxy http://%HOSTIP:%HTTPPORT --noproxy ""
37: </command>
38: <features>
39: proxy
40: </features>
41: </client>
42:
43: # Verify data after the test has been "shot"
44: <verify>
45: <strip>
46: ^User-Agent:.*
47: </strip>
48: <protocol>
49: GET http://somewhere.example.com/1254 HTTP/1.1
50: Host: somewhere.example.com
51: Accept: */*
52: Proxy-Connection: Keep-Alive
53:
54: </protocol>
55: </verify>
56: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>