PHP Curl does not work on localhost?

前端 未结 6 1555
既然无缘
既然无缘 2020-12-15 19:35

I am using MAMP Pro 1.9.4 on Mac OSX
In phpinfo() I see curl is enabled

cURL support    enabled
cURL Information    7.20.0
Age 3
Features
         


        
6条回答
  •  萌比男神i
    2020-12-15 20:19

    It's probably a firewall issue. Curl by default tries to use port 1080, which is probably not open on your localhost / router / ISP.

提交回复
热议问题