php - CURL - Getting empty response -
i'm facing problem curl. might related ssl.
i had problem in both local , server. added below code in both source files:
curl_setopt($ch, curlopt_ssl_verifypeer, false); i got response in local. not in server. why?
Comments
Post a Comment