codeigniter-curl icon indicating copy to clipboard operation
codeigniter-curl copied to clipboard

THIS IS NO LONGER MAINTAINED, USE http://docs.guzzlephp.org INSTEAD

Results 11 codeigniter-curl issues
Sort by recently updated
recently updated
newest added

Hello how can send data in Raw data and header array in post method

$get_url = "neo4j_sync/actions.php/coursecluster_includes_course/"; $res = $this->curl->simple_get($get_url, false, array( CURLOPT_USERAGENT => true, CURLOPT_TIMEOUT => 0, CURLOPT_RETURNTRANSFER => true )); if u see above curl call CURLOPT_TIMEOUT is set to 0 ,...

how to send ip authentication to server example : curl -G --user 'api:pubkey-5ogiflzbnjrljiky49qxsiozqef5jxp7' -G \ https://api.mailgun.net/v3/address/validate \ --data-urlencode address='[email protected]' Tanks

Simply added a ssl() method that takes the required params to set the curl SSL options. I needed this because I'm developing an api that requires SSL and noticed that...

I need to send my user-agent data to include it in the post request

I am using your REST Client/Server libraries along with your curl library. I noticed that when sending a PUT request from client to server, the server would receive the data...

This time, I used the right file.  You can now fetch response headers happily.

Temp close session while making request, to prevent conflicting session ids (for example if provided in cookie). Also fixed a bug, the cookie string was formatted with '&' as divider,...

The PHP-Curl library uses one special escape sequence to send binary files within the posts request. This '@' character is encoded before submitting the request, then files are sent as...