1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <testcase>
- <info>
- <keywords>
- HTTP
- HTTP GET
- --resolve
- </keywords>
- </info>
- #
- # Server-side
- <reply>
- <data>
- HTTP/1.1 200 OK
- Date: Tue, 09 Nov 2010 14:49:00 GMT
- Server: test-server/fake
- Content-Length: 0
- </data>
- <data1>
- HTTP/1.1 200 second version
- Date: Tue, 09 Nov 2010 14:49:00 GMT
- Server: test-server/fake
- Content-Length: 0
- </data1>
- </reply>
- #
- # Client-side
- <client>
- <server>
- http
- </server>
- <name>
- HTTP with --resolve and same host name using different cases
- </name>
- <command>
- --resolve MiXeDcAsE.cOm:%HTTPPORT:%HOSTIP http://MiXeDcAsE.cOm:%HTTPPORT/%TESTNUMBER http://mixedcase.com:%HTTPPORT/%TESTNUMBER0001
- </command>
- </client>
- #
- # Verify data after the test has been "shot"
- <verify>
- <protocol>
- GET /%TESTNUMBER HTTP/1.1
- Host: MiXeDcAsE.cOm:%HTTPPORT
- User-Agent: curl/%VERSION
- Accept: */*
- GET /%TESTNUMBER0001 HTTP/1.1
- Host: mixedcase.com:%HTTPPORT
- User-Agent: curl/%VERSION
- Accept: */*
- </protocol>
- </verify>
- </testcase>
|