Top "Php-curl" questions

PHP cURL extension for HTTP requests

How can I detect URL Not Found Error in php curl?

How can I detect this error using php curl? curl return success even if the URL does not exist. Not …

php url curl http-status-code-404 php-curl
PHP curl Connection timed out error

I am calling an API using curl in PHP, Sometimes it works fine and sometimes I get Failed to connect …

php curl php-curl
Secure API calls with AJAX and PHP to 3rd party API

I want to make GET, POST & PUT calls to a 3rd party API and display the response on the …

javascript php jquery ajax php-curl
How to use a user IP with PHP/cURL?

I have a server, but cURL is using server's IP address. I want cURL to use the IP address of …

php curl page-curl php-curl
SSL certificate issue unable to get local issuer certificate

I'm trying to post data to a payment gateway API. It required post data in xml format. I have the …

ssl curl ssl-certificate php-curl