CURL Archives - Tuts Make https://www.tutsmake.com/category/curl/ Tutorials Maker Mon, 30 Oct 2023 07:28:15 +0000 en-US hourly 1 https://www.tutsmake.com/wp-content/uploads/2018/12/cropped-favicon-1024-1-1-32x32.png CURL Archives - Tuts Make https://www.tutsmake.com/category/curl/ 32 32 Curl Error 60 SSL Certificate Problem Wamp Xampp https://www.tutsmake.com/curl-error-60-ssl-certificate-problem-wamp-xampp/ https://www.tutsmake.com/curl-error-60-ssl-certificate-problem-wamp-xampp/#respond Sat, 23 Sep 2023 03:51:30 +0000 https://www.tutsmake.com/?p=27963 When you face “cURL Error 60: SSL Certificate Problem unable to get local issuer certificate or certificate has expired” in Wamp or XAMPP Server, it means that cURL is having trouble verifying the SSL certificate of the remote server or

The post Curl Error 60 SSL Certificate Problem Wamp Xampp appeared first on Tuts Make.

]]>
https://www.tutsmake.com/curl-error-60-ssl-certificate-problem-wamp-xampp/feed/ 0
PHP cURL POST JSON Data Example https://www.tutsmake.com/how-to-post-json-data-with-php-curl/ https://www.tutsmake.com/how-to-post-json-data-with-php-curl/#respond Tue, 20 Jun 2023 10:09:05 +0000 https://www.tutsmake.com/?p=22998 If you are creating any web application, it is often necessary to send data between different servers. JSON is a popular format for representing data in a structured way, and the cURL library in PHP provides an easy way to

The post PHP cURL POST JSON Data Example appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-post-json-data-with-php-curl/feed/ 0
Codeigniter 4 Send PHP cURL POST Request Example https://www.tutsmake.com/codeigniter-4-send-php-curl-post-request-example/ https://www.tutsmake.com/codeigniter-4-send-php-curl-post-request-example/#respond Mon, 19 Jun 2023 10:23:43 +0000 https://www.tutsmake.com/?p=11838 Sometimes, you need to fetch data from the third-party endpoint in Codeigniter 4, then you can’t rely upon more than a CURL request on any other method. So, In this tutorial, you will learn how to send or use php

The post Codeigniter 4 Send PHP cURL POST Request Example appeared first on Tuts Make.

]]>
https://www.tutsmake.com/codeigniter-4-send-php-curl-post-request-example/feed/ 0
Laravel 10 cURL HTTP Request Example https://www.tutsmake.com/laravel-10-curl-http-request-example/ https://www.tutsmake.com/laravel-10-curl-http-request-example/#respond Sun, 09 Apr 2023 03:59:14 +0000 https://www.tutsmake.com/?p=24572 Curl is a powerful command-line tool that allows you to transfer data to and from servers using various protocols such as HTTP, FTP, SMTP, and many others. In Laravel, Curl can be used to send HTTP requests to external APIs

The post Laravel 10 cURL HTTP Request Example appeared first on Tuts Make.

]]>
https://www.tutsmake.com/laravel-10-curl-http-request-example/feed/ 0
How to POST JSON data with cURL https://www.tutsmake.com/how-to-post-json-data-with-curl/ https://www.tutsmake.com/how-to-post-json-data-with-curl/#respond Sat, 08 Apr 2023 08:24:32 +0000 https://www.tutsmake.com/?p=24563 If you’re working with APIs, you might have to send JSON data to the server at some point. cURL is a powerful tool that allows you to interact with web services from the command line. In this tutorial, you will

The post How to POST JSON data with cURL appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-post-json-data-with-curl/feed/ 0
PHP Curl Get Request with body, Header & Parameters Example https://www.tutsmake.com/php-curl-get-request-with-header-parameters/ https://www.tutsmake.com/php-curl-get-request-with-header-parameters/#respond Thu, 09 Mar 2023 04:26:12 +0000 https://www.tutsmake.com/?p=23637 Curl get request with header and parameters in PHP; When it comes to making HTTP requests from PHP, the cURL library is a popular and powerful option. It allows you to send HTTP requests, including GET requests, to remote servers

The post PHP Curl Get Request with body, Header & Parameters Example appeared first on Tuts Make.

]]>
https://www.tutsmake.com/php-curl-get-request-with-header-parameters/feed/ 0
PHP CURL POST Request with Headers Example https://www.tutsmake.com/php-curl-post-request-example/ https://www.tutsmake.com/php-curl-post-request-example/#comments Wed, 08 Mar 2023 07:37:58 +0000 http://www.tutsmake.com/?p=5952 In web development, there may be situations where you need to send data to a server using HTTP requests. The most common types of requests are GET and POST requests. In this article, you will learn how to use PHP

The post PHP CURL POST Request with Headers Example appeared first on Tuts Make.

]]>
https://www.tutsmake.com/php-curl-post-request-example/feed/ 1
How to Install and Use Curl on CentOS 8 https://www.tutsmake.com/how-to-install-and-use-curl-on-centos-8/ https://www.tutsmake.com/how-to-install-and-use-curl-on-centos-8/#respond Fri, 11 Nov 2022 07:15:04 +0000 https://www.tutsmake.com/?p=20138 curl (short for “Client URL”) is a command line tool that enables data transfer over various network protocols. It communicates with a web or application server by specifying a relevant URL and the data that need to be sent or received.

The post How to Install and Use Curl on CentOS 8 appeared first on Tuts Make.

]]>
https://www.tutsmake.com/how-to-install-and-use-curl-on-centos-8/feed/ 0