Curlopt_Proxy

CURLOPT_PROXY Name CURLOPT_PROXY – proxy to use Synopsis #include CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXY, char *proxy); Description Set the proxy to use for the upcoming request. The parameter should be a char * to a null-terminated string holding the host name or dotted numerical IP address. A numerical IPv6 address must […]