PHP Curl to YouTube return different result from the server and localhost

前端 未结 0 1064
梦谈多话
梦谈多话 2021-01-30 01:42

I\'m trying to make a GET request to YouTube using curl in php with the code below.

    $ch = curl_init($url);

    curl_setopt($ch, CURLOPT_USERAGENT, $this->         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题