Tagged Questions
2
votes
1answer
729 views
cURL using multiple proxies in a chain
Is it possible to chain multiple proxies in a single request using cURL?
For example:
start cURL -> proxy1 -> proxy2 -> destination address
Can this be achieved using cURL?
1
vote
0answers
205 views
curl_multi_init with different proxy for each handle?
i want to write a script using curl_multi_init() but i must have to specify the curl_setopt() with my proxy only once and not for each handle, there is a way to solve this with different proxy for ...