agent olarak android gönderiyor musun? normal browser bağlantısı kurduğun için olmuyor olabilir. cep telefonu gibi bağlantı kurmayı deneyebilirsin.
agent : Android yada googlebot yap dene istersen
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
$userAgent = 'Googlebot/2.1 (http://www.googlebot.com/bot.html)';
curl_setopt($ch, CURLOPT_USERAGENT, $userAgent);
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
$data = curl_exec ($ch);
curl_close ($ch);
bunu kullanıyorum ama olmadı, https bağlantı olduğundan olabilir mi acaba ?