cURL php на работающем сервере Amazon Web Service не работает - PullRequest
0 голосов
/ 26 марта 2020

Я не знаю, в чем проблема с этим. Но мой локон не работает. Я пробовал все исследования везде, и мой последний вариант - я пытался удалить весь свой код и остался только этим

echo "before curl";
$curl_handle=curl_init();
echo "after curl";

Then my output is only 
"before curl", so therefore there's a problem with my curl and not other codes.
Someone help me. I deployed it on Amazon Web Service.

Is it possible that it doesn't accept request from CURL? or do I need to install any library?
CURL is working on my local.
...