1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test1428

82 lines
1.3 KiB
Plaintext
Raw Normal View History

2014-02-04 17:59:30 -05:00
<testcase>
<info>
<keywords>
HTTP
HTTP GET
HTTP CONNECT
HTTP Basic auth
proxytunnel
</keywords>
</info>
#
# Server-side
<reply>
<data>
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
2014-02-04 17:59:30 -05:00
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
2014-02-04 17:59:30 -05:00
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 over proxy-tunnel with --proxy-header and --header
</name>
<command>
http://test.1428:%HTTPPORT/we/want/that/page/1428 -p -x %HOSTIP:%PROXYPORT --user 'iam:my:;self' --header "header-type: server" --proxy-header "header-type: proxy"
</command>
<features>
proxy
</features>
2014-02-04 17:59:30 -05:00
</client>
#
# Verify data after the test has been "shot"
<verify>
<proxy>
CONNECT test.1428:%HTTPPORT HTTP/1.1
Host: test.1428:%HTTPPORT
User-Agent: curl/%VERSION
Proxy-Connection: Keep-Alive
2014-02-04 17:59:30 -05:00
header-type: proxy
</proxy>
<protocol>
GET /we/want/that/page/1428 HTTP/1.1
Host: test.1428:%HTTPPORT
2014-02-04 17:59:30 -05:00
Authorization: Basic aWFtOm15OjtzZWxm
User-Agent: curl/%VERSION
2014-02-04 17:59:30 -05:00
Accept: */*
header-type: server
</protocol>
</verify>
</testcase>