]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/tests/data/test93
hello world
[icculus/iodoom3.git] / neo / curl / tests / data / test93
1 #
2 # Server-side
3 <reply>
4 <data>
5 HTTP/1.1 407 Needs proxy authentication
6 Server: test-server/fake swsclose yesyes
7 Proxy-Authenticate: Basic "oh please"
8 Connection: close
9
10 bing
11 </data>
12 </reply>
13
14 #
15 # Client-side
16 <client>
17 <server>
18 http
19 </server>
20  <name>
21 HTTP GET with failed proxy auth
22  </name>
23  <command>
24 http://%HOSTIP:%HOSTPORT/93 -x %HOSTIP:%HOSTPORT
25 </command>
26 </client>
27
28 #
29 # Verify data after the test has been "shot"
30 <verify>
31 <strip>
32 ^User-Agent:.*
33 </strip>
34 <protocol>
35 GET http://127.0.0.1:8999/93 HTTP/1.1
36 Host: 127.0.0.1:8999
37 Pragma: no-cache
38 Accept: */*
39
40 </protocol>
41 </verify>