curl/tests/data/test302

33 lines
430 B
Plaintext
Raw Normal View History

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