codeigniter卷曲库与https获取请求

时间:2014-11-21 08:06:41

标签: php codeigniter curl https

$this->load->library('Curl');

$url = 'https://example.com/data.php';

echo $this->curl->simple_get($url);

这是我用来通过codeigniter curl库获取响应的代码,在运行时我什么也得不到。 但它与HTTP配合良好。

对此有没有办法使用HTTPS?

0 个答案:

没有答案
相关问题