etlegacy-libs/curl/tests/data/test1447

40 lines
447 B
Text
Raw Normal View History

2018-02-04 17:52:34 +00:00
<testcase>
<info>
<keywords>
HTTP proxy
FAILURE
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
none
</server>
<features>
http
2019-12-20 11:07:02 +00:00
proxy
2018-02-04 17:52:34 +00:00
</features>
<name>
Provide illegal proxy name
</name>
<command>
--proxy "http://a:b@/x" http://%HOSTIP:%HTTPPORT
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
# Couldn't resolve proxy name
<errorcode>
5
</errorcode>
</verify>
</testcase>