curl-users
Fetching multiple pages at once after HTTP CONNECT
From: Khoa Nguyen <khoa.coffee_at_gmail.com>
Date: Thu, 27 Oct 2005 16:00:36 +0100
Date: Thu, 27 Oct 2005 16:00:36 +0100
Hi,
I try to use curl to issue a HTTP Connect to a proxy and then do multiple
GETs/POSTs after the connection with the proxy is establish. Doesn't matter
what I tried, curl seems to do multiple (CONNECT then GET/POST) instead of
(CONNECT + mutilple GETs/POSTs). Below is the syntax that I used:
/usr/bin/curl --proxy 172.16.7.17:80 <http://172.16.7.17:80> -p url1 url2
url3
OR
/usr/bin/curl --proxy 172.16.7.17:80 <http://172.16.7.17:80> -p url1 -p url2
-p url3
Am I doing something wrong?
Thanks,
Khoa
Received on 2005-10-27