Logo AppDev24 Login / Sign Up
Sign Up
Have Login?
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Login
New Account?
Recovery
Go to Login
By continuing you indicate that you agree to Terms of Service and Privacy Policy of the site.
Scripting

Shell Script

 

Scripting to automate various tasks using Linux Shell script

4 Articles
0 Sub-categories
Articles

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 More

Authorization 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 More

Looping 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 More

Response 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 More
Sub-categories

No sub-category under this category