1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <testcase>
- <info>
- <keywords>
- HTTP
- HTTP GET
- HTTP CONNECT
- HTTP Basic auth
- HTTP proxy
- HTTP proxy Basic auth
- proxytunnel
- </keywords>
- </info>
- #
- # Server-side
- <reply>
- <data>
- HTTP/1.1 200 OK
- Date: Tue, 09 Nov 2010 14:49:00 GMT
- Server: test-server/fake swsclose
- Content-Type: text/html
- Funny-head: yesyes
- Content-Length: 9
- contents
- </data>
- <connect>
- HTTP/1.1 200 Mighty fine indeed
- </connect>
- <datacheck>
- HTTP/1.1 200 Mighty fine indeed
- HTTP/1.1 200 OK
- Date: Tue, 09 Nov 2010 14:49:00 GMT
- Server: test-server/fake swsclose
- Content-Type: text/html
- Funny-head: yesyes
- Content-Length: 9
- contents
- </datacheck>
- </reply>
- #
- # Client-side
- <client>
- <server>
- http
- http-proxy
- </server>
- <name>
- HTTP 1.0 CONNECT with proxytunnel and proxy+host Basic authentication
- </name>
- <command>
- http://test.%TESTNUMBER:%HTTPPORT/we/want/that/page/%TESTNUMBER -p --proxy1.0 %HOSTIP:%PROXYPORT --user iam:myself --proxy-user youare:yourself
- </command>
- <features>
- proxy
- </features>
- </client>
- #
- # Verify data after the test has been "shot"
- <verify>
- <proxy>
- CONNECT test.%TESTNUMBER:%HTTPPORT HTTP/1.0
- Host: test.%TESTNUMBER:%HTTPPORT
- Proxy-Authorization: Basic eW91YXJlOnlvdXJzZWxm
- User-Agent: curl/%VERSION
- Proxy-Connection: Keep-Alive
- </proxy>
- <protocol>
- GET /we/want/that/page/%TESTNUMBER HTTP/1.1
- Host: test.%TESTNUMBER:%HTTPPORT
- Authorization: Basic aWFtOm15c2VsZg==
- User-Agent: curl/%VERSION
- Accept: */*
- </protocol>
- </verify>
- </testcase>
|