mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:03:31 +03:00
parent
be6c4ee7fa
commit
89683e05b9
7 changed files with 21 additions and 21 deletions
|
|
@ -43,7 +43,7 @@ CURLINFO_USED_PROXY
|
|||
# 1 - the non-proxy using URL
|
||||
# 2 - the CURLOPT_RESOLVE string to change IP for the name
|
||||
<command>
|
||||
http://%HOSTIP:%HTTPPORT goingdirect.com:%HTTPPORT goingdirect.com:%HTTPPORT:%HOSTIP
|
||||
http://%HOSTIP:%HTTPPORT goingdirect.test:%HTTPPORT goingdirect.test:%HTTPPORT:%HOSTIP
|
||||
</command>
|
||||
<features>
|
||||
proxy
|
||||
|
|
@ -53,13 +53,13 @@ proxy
|
|||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<protocol crlf="headers">
|
||||
GET http://usingproxy.com/ HTTP/1.1
|
||||
Host: usingproxy.com
|
||||
GET http://usingproxy.test/ HTTP/1.1
|
||||
Host: usingproxy.test
|
||||
Accept: */*
|
||||
Proxy-Connection: Keep-Alive
|
||||
|
||||
GET / HTTP/1.1
|
||||
Host: goingdirect.com:%HTTPPORT
|
||||
Host: goingdirect.test:%HTTPPORT
|
||||
Accept: */*
|
||||
|
||||
</protocol>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue