Top "Curl" questions

cURL is a library and command-line tool for transferring data using various protocols such as HTTP, FTP and SFTP.

How to enable curl, installed Ubuntu LAMP stack?

I have installed ubuntu Lamp stack. But the curl is not enabled, neither can I can find the extension listed …

php ubuntu curl lamp
What is the curl error 52 "empty reply from server"?

I have a cron job setup on one server to run a backup script in PHP that is hosted on …

curl cron
PHP - SSL certificate error: unable to get local issuer certificate

I'm running PHP Version 5.6.3 as part of XAMPP on Windows 7. When I try to use the Mandrill API, I'm getting …

php ssl curl xampp mandrill
List all indexes on ElasticSearch server?

I would like to list all indexes present on an ElasticSearch server. I tried this: curl -XGET localhost:9200/ but it …

curl elasticsearch
How to catch curl errors in PHP

I am using PHP curl functions to post data to the web server from my local machine. My code is …

php curl
cURL error 60: SSL certificate: unable to get local issuer certificate

I use WAMP on a local development environment and am trying to charge a credit card but get the error …

php ssl curl wamp stripe-payments
Send json post using php

I have this json data: { userID: 'a7664093-502e-4d2b-bf30-25a2b26d6021', itemKind: 0, value: 1, description: 'Saude', …

php json post curl http-post
PHP CURL CURLOPT_SSL_VERIFYPEER ignored

For some reason I am unable to use CURL with HTTPS. Everything was working fine untill I ran upgrade of …

php ssl curl https
How to get response using cURL in PHP

I want to have a standalone PHP class where I want to have a function which calls an API through …

php curl
curl POST format for CURLOPT_POSTFIELDS

When I use curl via POST and set CURLOPT_POSTFIELD do I have to urlencode or any special format? for …

php post curl