Tag: curl

Send a curl DELETE Request {With Example}

February 2, 2022

In this tutorial, you will learn how to set up a fake REST API JSON server and send a DELETE request using curl.

Read more

Linux curl Command Explained with Examples

September 16, 2021

Linux offers multiple tools for data transfer to and from a server, the most popular being curl and wget. This tutorial will show you how to use the curl command, and provide you with an exhaustive list of the supported protocols and available options.

Read more

How to Set or Change User Agent with curl

October 15, 2020

Change the user agent string with curl by adding the required option attribute. Change the user agent to the wanted browser to access any webpage.

Read more

How to Make curl Ignore Certificate Errors

October 13, 2020

Learn how to make curl ignore certificate errors by adding the required option to the command. Ignoring certificate errors, should only be practiced for development purposes. Skip checking for SSL certificates only if needed.

Read more