curl/tests/data/test302

39 lines
484 B
Plaintext
Raw Normal View History

2001-09-18 23:13:40 +08:00
#
# Server-side
<reply>
2002-12-14 00:17:27 +08:00
MOOOOO
2001-09-18 23:13:40 +08:00
</reply>
#
# Client-side
<client>
<features>
SSL
</features>
<server>
https
</server>
2001-09-18 23:13:40 +08:00
<name>
HTTPS GET over HTTP proxy fails
</name>
<command>
-k -U fake:user -x %HOSTIP:%HTTPPORT https://bad.fakeurl-to.test/slash/302
2001-09-18 23:13:40 +08:00
</command>
</client>
2001-09-18 23:13:40 +08:00
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
2002-04-10 22:05:52 +08:00
56
2001-09-18 23:13:40 +08:00
</errorcode>
<strip>
^User-Agent:.*
</strip>
<protocol>
</protocol>
<data>
[insert full protocol verifiction dump here]
</data>
</verify>