Curl in php and IP address Curl in php and IP address curl curl

Curl in php and IP address


$c = curl_init('http://192.0.43.10/u/r/l');curl_setopt($c, CURLOPT_HTTPHEADER, array('Host: example.net'));curl_exec($c);


Try the snoopy library is much easier.