Ben bir sunucudan yanıt almak için file_get_contents()
kullanmaya çalışıyorum ve bu hata ile karşılaşıldı. Birisi nasıl bunu düzeltmek için neden ve ne olduğunu bana söyleyebilir misiniz? Kod kısmıdır:
$api = "http://smpp5.routesms.com:8080/bulksms/sendsms?username=$username&password=$password&source=$source&destination=$destin&dlr=$dlr&type=$type&message=$message";
$resp = file_get_contents($api);
The server responded correctly while I pasted the url in the browser. I learned that this is caused by the server rejecting the client's HTTP version, but I have no idea why that is happening in my case.
Herhangi bir yardım çok takdir. Şimdiden teşekkürler