xref: /curl/tests/data/test659 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6CURLOPT_CURLU
7proxy
8</keywords>
9</info>
10<reply>
11<data nocheck="yes">
12HTTP/1.1 200 OK
13Date: Tue, 09 Nov 2010 14:49:00 GMT
14Server: test-server/fake
15Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
16ETag: "21025-dc7-39462498"
17Accept-Ranges: bytes
18Content-Length: 6
19Connection: close
20Content-Type: text/html
21Funny-head: yesyes
22
23-foo-
24</data>
25</reply>
26<client>
27<server>
28http
29</server>
30<tool>
31lib%TESTNUMBER
32</tool>
33<name>
34CURLOPT_CURLU without the path set - over proxy
35</name>
36<command>
37http://%HOSTIP:%HTTPPORT
38</command>
39<features>
40proxy
41</features>
42</client>
43
44<verify>
45<protocol>
46GET http://www.example.com/ HTTP/1.1
47Host: www.example.com
48Accept: */*
49Proxy-Connection: Keep-Alive
50
51</protocol>
52</verify>
53
54</testcase>
55