cURL
curl is used in command lines or scripts to transfer data. curl is also used in cars, television sets, routers, printers, audio equipment, mobile phones, tablets, settop boxes, media players and is the Internet transfer engine for thousands of software applications in over ten billion installations. - curl.se
๐ curl.se
Use
We use cURL to get to know the Task Client-Server.
Install
For the first tool the link is provided, for any further tool finding out the way to install will also be up to you.
Get started
cURL is a command line utility, so you will need a terminal to use it.
Here is their official manual.
Try
curl -X GET https://nds-swe.github.io/swdt
to see if your curl works. The output of this query is obviously gibberish only parsable with a browser but at least you know you curled something.