curl/tests/data/test302

36 lines
457 B
Plaintext
Raw Normal View History

2001-09-18 11:13:40 -04:00
#
# Server-side
<reply>
2002-12-13 11:17:27 -05:00
MOOOOO
2001-09-18 11:13:40 -04:00
</reply>
#
# Client-side
<client>
<server>
https
</server>
2001-09-18 11:13:40 -04: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 11:13:40 -04:00
</command>
</client>
2001-09-18 11:13:40 -04:00
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
2002-04-10 10:05:52 -04:00
56
2001-09-18 11:13:40 -04:00
</errorcode>
<strip>
^User-Agent:.*
</strip>
<protocol>
</protocol>
<data>
[insert full protocol verifiction dump here]
</data>
</verify>