标签: php codeigniter curl https
$this->load->library('Curl'); $url = 'https://example.com/data.php'; echo $this->curl->simple_get($url);
这是我用来通过codeigniter curl库获取响应的代码,在运行时我什么也得不到。 但它与HTTP配合良好。
对此有没有办法使用HTTPS?