How To Follow Redirects with Curl?

How To Follow Redirects with Curl?

The HTTP protocol provides different attributes and behaviors where one of them is Redirection. HTTP redirect is used to redirect a request from a specific URL to another URL. The redirect can be applied temporarily or permanently. The curl is a popular command-line-based tool to make HTTP requests which also supports the HTTP redirect feature. … Read more

Linux curl Command Tutorial with Examples

Linux curl Command Tutorial with Examples

A curl command is a tool used to transfer data between different hosts. These hosts are generally called servers where different protocol types are supported by curl. The curl supports protocol types like FTP, FTPS, HTTP, HTTPS, IMAP, SCP, SFTP, SMB, TFTP, etc. Interestingly email protocols lşike IMAP, IMAPS, POP3, etc. are supported by the … Read more

wget Command Tutorial with Examples

wget Command Tutorial with Examples

The wget command or tool is used to download and retrieve data from websites, FTP servers, etc. The wget is very popular in the open-source community as a download manager. The wget command can use different protocols to downloads files and data like HTTP, HTTPS, FTP, etc. The wget tool provides robustness, recursive download, non-interactiveness … Read more

Make HTTP Get Request with curl Command

Make HTTP Get Request with curl Command

The curl command is used to make requests and act as a client for a lot of popular network-based protocols. HTTP requests can be created with the curl command easily. HTTP Get request is a popular request to get remote resources via the HTTP protocol. In this tutorial, we will learn how to make HTTP … Read more

“bash: wget command not found” Error and Solution

"bash: wget command not found" Error and Solution

Linux provides the wget command in order to download files from the network and internet. The wget command is very popular amongst Linux users as it supports a lot of different protocols like HTTP, HTTPS, FTP, etc. As a command-line tool, the wget is called from the bash and when we try to run the … Read more

How To Download Files with curl In Linux Command Line?

How To Download Files with curl In Linux Command Line?

The curl tool or command is used to download different files and directories from the command line. The curl is provided by all major Linux distributions like Ubuntu, Debian, Mint, CentOS, etc. The curl command provides a lot of features for different needs of downloading files. One of the most popular features is the ability … Read more

How To Find IP Address In Linux (Ubuntu, Debian, Mint, CentOS)?

How To Find IP Address In Linux (Ubuntu, Debian, Mint, CentOS)?

The IP address is the core of the computer networks where we use an IP address in our daily life regularly. When we try to access a web page or a game or a video stream the remote server IP address is used to connect and data transfer. IP Address Types IP is a protocol … Read more