<?php curl_setopt($this->curlHandleNext, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($this->curlHandleNext, CURLOPT_FAILONERROR, true);
$phpVersion = substr(PHP_VERSION, 0, strpos(PHP_VERSION, '.', 2));
curl_setopt($this->curlHandleNext, CURLOPT_USERAGENT, "bref/{$this->layer}/$phpVersion");
}