ALL articles of curl

PHP HTTP CURL request example

When building APIs in PHP application, you need to send request to external server. To send request to external servers, there are seve...

READ MORE

How to make a PHP curl request with basic authentication

When accessing API request over PHP curl, some routes are authentication required. Also third party API mostly required to authenticate befo...

READ MORE

How to catch cURL errors in php

While working with API request using PHP cURL request, you might get null response in curl request. This is because your cURL request failed...

READ MORE

Curl error HTTP/2 stream 0 was not closed cleanly: PROTOCOL_...

When I was working with one curl request module in my PHP project, I was not getting response in few request. Instead I got error response &...

READ MORE

PHP: HTTP Request Headers (cURL)

Setting custom HTTP Headers with cURL is a subsidiary when transmuting Utilizer Agent or Cookies. Headers can be transmuted two ways, both u...

READ MORE

How to integrate Oauth2 Twitter API?

Twitter is one of the most powerful social network platform to promote your application. With Twitter API, you can make users follow, t...

READ MORE