I'm using a CURL function in this way, to read the contents of curl with the user's IP, not the server's:
function curl($url) {
$curl = curl_init($url) or die("Erro, o CURL não está habilitado.");
curl_setopt($curl, CURLOPT_HTTPHEADER,...
asked by
09.12.2018 / 14:39