Annotation of embedaddon/curl/tests/data/test1212, revision 1.1.1.1

1.1       misho       1: <testcase>
                      2: <info>
                      3: <keywords>
                      4: HTTP
                      5: SOCKS5
                      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: boo
                     21: </data>
                     22: </reply>
                     23: 
                     24: # Client-side
                     25: <client>
                     26: <server>
                     27: http
                     28: </server>
                     29:  <name>
                     30: noproxy setting together with socks proxy
                     31:  </name>
                     32: 
                     33: <command>
                     34: http://user:secret@%HOSTIP:%HTTPPORT/ulion/1212 --socks5 non-existing-host.haxx.se:1080 --noproxy %HOSTIP --max-time 5
                     35: </command>
                     36: </client>
                     37: 
                     38: # Verify data after the test has been "shot"
                     39: <verify>
                     40: <strip>
                     41: ^User-Agent:.*
                     42: </strip>
                     43: <protocol>
                     44: GET /ulion/1212 HTTP/1.1
                     45: Host: %HOSTIP:%HTTPPORT
                     46: Authorization: Basic dXNlcjpzZWNyZXQ=
                     47: Accept: */*
                     48: 
                     49: </protocol>
                     50: </verify>
                     51: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>