mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
44 lines
535 B
Plaintext
44 lines
535 B
Plaintext
|
<testcase>
|
||
|
<info>
|
||
|
<keywords>
|
||
|
HTTP
|
||
|
HTTP GET
|
||
|
HTTP proxy
|
||
|
</keywords>
|
||
|
</info>
|
||
|
|
||
|
# Server-side
|
||
|
<reply>
|
||
|
<connect>
|
||
|
HTTP/1.1 200 OK
|
||
|
We-are: good
|
||
|
|
||
|
</connect>
|
||
|
|
||
|
</reply>
|
||
|
# Client-side
|
||
|
<client>
|
||
|
<server>
|
||
|
http
|
||
|
http-proxy
|
||
|
</server>
|
||
|
<tool>
|
||
|
lib1529
|
||
|
</tool>
|
||
|
<name>
|
||
|
HTTP request-injection in URL sent over proxy
|
||
|
</name>
|
||
|
<command>
|
||
|
"http://the.old.moo:%HTTPPORT/1529" %HOSTIP:%PROXYPORT
|
||
|
</command>
|
||
|
</client>
|
||
|
|
||
|
# it should be detected and an error should be reported
|
||
|
<verify>
|
||
|
# 3 == CURLE_URL_MALFORMAT
|
||
|
<errorcode>
|
||
|
3
|
||
|
</errorcode>
|
||
|
</verify>
|
||
|
</testcase>
|