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

1.1     ! misho       1: <testcase>
        !             2: <info>
        !             3: <keywords>
        !             4: HTTP
        !             5: HTTP GET
        !             6: HTTP proxy
        !             7: cookies
        !             8: </keywords>
        !             9: </info>
        !            10: 
        !            11: # Server-side
        !            12: <reply>
        !            13: <data>
        !            14: HTTP/1.1 200 OK
        !            15: Date: Tue, 25 Sep 2001 19:37:44 GMT
        !            16: Content-Type: text/html
        !            17: Set-Cookie: XToken=xt;Domain=.z.x.com;Path=/
        !            18: Cache-control: private
        !            19: Content-Length: 62
        !            20: 
        !            21: This server reply is for testing a simple cookie test case...
        !            22: </data>
        !            23: </reply>
        !            24: 
        !            25: # Client-side
        !            26: <client>
        !            27: <server>
        !            28: http
        !            29: </server>
        !            30:  <name>
        !            31: HTTP, get cookie with dot prefixed full domain
        !            32:  </name>
        !            33:  <command>
        !            34: -c log/jar171 -x %HOSTIP:%HTTPPORT http://z.x.com/171
        !            35: </command>
        !            36: <features>
        !            37: proxy
        !            38: </features>
        !            39: </client>
        !            40: 
        !            41: # Verify data after the test has been "shot"
        !            42: <verify>
        !            43: <strip>
        !            44: ^User-Agent:.*
        !            45: </strip>
        !            46: <protocol>
        !            47: GET http://z.x.com/171 HTTP/1.1
        !            48: Host: z.x.com
        !            49: Accept: */*
        !            50: Proxy-Connection: Keep-Alive
        !            51: 
        !            52: </protocol>
        !            53: <file name="log/jar171" mode="text">
        !            54: # Netscape HTTP Cookie File
        !            55: # https://curl.haxx.se/docs/http-cookies.html
        !            56: # This file was generated by libcurl! Edit at your own risk.
        !            57: 
        !            58: .z.x.com       TRUE    /       FALSE   0       XToken  xt
        !            59: </file>
        !            60: </verify>
        !            61: </testcase>

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