Shell Script
Scripting to automate various tasks using Linux Shell script
Safely Posting JSON Data with cURL
As a developer, we often need to interact with APIs to perform various tasks. One common task is posting JSON data to an API endpoint. In this article, we'll explore how to do just that using the popular command-line tool, cURL.
Updated 22 Jun, 2024
Read MoreAuthorization in cURL
As a developer, you're likely no stranger to the power of cURL. This versatile command-line tool allows us to send and receive data using various protocols, including HTTP, HTTPS, SCP, SFTP, TFTP, and more. One crucial aspect of working with cURL is authorization – ensuring that our requests are authenticated and secure.
Updated 22 Jun, 2024
Read MoreLooping through array variable in Bash
Are you a Bash enthusiast looking to iterate over items in an array variable? Look no further! In this quick guide, we'll explore how to loop through array variables in Bash and provide a practical example of using the for loop.
Updated 22 Jun, 2024
Read MoreResponse Handling using cURL
cURL (Client URL) is a powerful tool that allows us to send HTTP requests and view the responses in a human-readable format. With cURL, we can simulate various types of requests, such as GET, POST, PUT, and DELETE, and examine the response headers, codes, and bodies.
Updated 22 Jun, 2024
Read MoreNo sub-category under this category