I’m working on this project that uses proxy server and curl in c and i cant find a good tutorial that teaches me how to. Can you please help me?? i need an example code that shows the use of a proxy server to connect to google.com. maybe using the CURLOPT_PROXY option..
Thanks in advance.
I’m working on this project that uses proxy server and curl in c and
Share
Well all you do is your normal curl retrieval, but just set the proxy server option.
EDIT