Annotation of embedaddon/curl/tests/data/test82, revision 1.1

1.1     ! misho       1: <testcase>
        !             2: <info>
        !             3: <keywords>
        !             4: HTTP
        !             5: HTTP GET
        !             6: HTTP proxy
        !             7: HTTP proxy Basic auth
        !             8: HTTP proxy NTLM auth
        !             9: </keywords>
        !            10: </info>
        !            11: # Server-side
        !            12: <reply>
        !            13: 
        !            14: <data>
        !            15: HTTP/1.1 407 We only deal with NTLM my friend
        !            16: Server: Microsoft-IIS/5.0
        !            17: Content-Type: text/html; charset=iso-8859-1
        !            18: Content-Length: 34
        !            19: Proxy-Authenticate: NTLM
        !            20: 
        !            21: This is not the real page either!
        !            22: </data>
        !            23: 
        !            24: </reply>
        !            25: 
        !            26: # Client-side
        !            27: <client>
        !            28: <features>
        !            29: proxy
        !            30: </features>
        !            31: <server>
        !            32: http
        !            33: </server>
        !            34:  <name>
        !            35: HTTP with proxy requiring NTLM, but we send Basic
        !            36:  </name>
        !            37:  <command>
        !            38: http://%HOSTIP:%HTTPPORT/82 --proxy-user testuser:testpass -x http://%HOSTIP:%HTTPPORT
        !            39: </command>
        !            40: </client>
        !            41: 
        !            42: # Verify data after the test has been "shot"
        !            43: <verify>
        !            44: <strip>
        !            45: ^User-Agent:.*
        !            46: </strip>
        !            47: <protocol>
        !            48: GET http://%HOSTIP:%HTTPPORT/82 HTTP/1.1
        !            49: Host: %HOSTIP:%HTTPPORT
        !            50: Proxy-Authorization: Basic dGVzdHVzZXI6dGVzdHBhc3M=
        !            51: User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
        !            52: Accept: */*
        !            53: Proxy-Connection: Keep-Alive
        !            54: 
        !            55: </protocol>
        !            56: </verify>
        !            57: </testcase>

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