fork download
  1. <?php
  2.  
  3. $api = 'https://a...content-available-to-author-only...m.vn/api/historyvcb/';
  4. $token = '895322fa638253268ce9f86ac950a483';
  5.  
  6. $ch = curl_init($api.$token);
  7. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  8. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
  9. $response = curl_exec($ch);
  10. echo $response;
  11.  
  12. ?>
Success #stdin #stdout 0.03s 25540KB
stdin
Standard input is empty
stdout
Standard output is empty