Curl php üzerinde denemeler yaparken
PHP Kod:
$post = 'pro=170889&RequestType=2';
$url = "https://www.xxx.com.tr/request";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_HEADER, null);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.87 Safari/537.36");
curl_setopt($ch, CURLOPT_COOKIE, 'PHpseskey=123');
$sonuc = curl_exec ($ch);
Seklinde bir post data Gönderiyorum Ve Result kısmına kadar geliyorum Benim yapma istediğim bu sonuc kısmını variables edip Location 'a variables ettiğim kısmı (linki) tanıtmak ve o siteye gitmesini sağlamak Örnek Result veriyorum
Kod:
{"url":"https://xxx.com.tr","list":[{"token":"Var_uri_with_ticket":"https://xxxx.com/baglanti_yes/slink/s_01/test-audio_tur=96000-video=1800000.m3u8"}],"session_key":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","trm_token":"Bearer ","errCode":"OK","message":null,"ErrorMessage":null,"statusCode":200,"accessToken":null,"isLogin":test}