Return to test1056 CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data |
1.1 ! misho 1: <testcase> ! 2: <info> ! 3: <keywords> ! 4: HTTP ! 5: HTTP GET ! 6: followlocation ! 7: IPv6 ! 8: </keywords> ! 9: </info> ! 10: ! 11: # ! 12: # Server-side ! 13: <reply> ! 14: <data> ! 15: HTTP/1.1 302 OK swsclose ! 16: Location: http://[::1%259999]:%HTTP6PORT/moo/10560002 ! 17: Date: Thu, 31 Jul 2008 14:49:00 GMT ! 18: Connection: close ! 19: ! 20: </data> ! 21: <data2> ! 22: HTTP/1.1 200 OK swsclose ! 23: Date: Thu, 31 Jul 2008 14:49:00 GMT ! 24: Connection: close ! 25: ! 26: body ! 27: </data2> ! 28: <datacheck> ! 29: HTTP/1.1 302 OK swsclose ! 30: Location: http://[::1%259999]:%HTTP6PORT/moo/10560002 ! 31: Date: Thu, 31 Jul 2008 14:49:00 GMT ! 32: Connection: close ! 33: ! 34: HTTP/1.1 200 OK swsclose ! 35: Date: Thu, 31 Jul 2008 14:49:00 GMT ! 36: Connection: close ! 37: ! 38: body ! 39: </datacheck> ! 40: </reply> ! 41: ! 42: # ! 43: # Client-side ! 44: <client> ! 45: <features> ! 46: ipv6 ! 47: </features> ! 48: <server> ! 49: http ! 50: http-ipv6 ! 51: </server> ! 52: <name> ! 53: HTTP follow redirect from IPv4 to IPv6 with scope ! 54: </name> ! 55: <command> ! 56: http://%HOSTIP:%HTTPPORT/we/are/all/twits/1056 -L ! 57: </command> ! 58: </client> ! 59: ! 60: # ! 61: # Verify data after the test has been "shot" ! 62: <verify> ! 63: <strip> ! 64: ^User-Agent:.* ! 65: </strip> ! 66: <protocol> ! 67: GET /we/are/all/twits/1056 HTTP/1.1 ! 68: Host: %HOSTIP:%HTTPPORT ! 69: Accept: */* ! 70: ! 71: GET /moo/10560002 HTTP/1.1 ! 72: Host: %HOST6IP:%HTTP6PORT ! 73: Accept: */* ! 74: ! 75: </protocol> ! 76: </verify> ! 77: </testcase>