January 2019
Intermediate to advanced
520 pages
14h 32m
English
The most commonly used tool to perform HTTP requests is curl. It's a command-line tool with a boatload of parameters. Some of the most useful ones are as follows:
For example, if you want to send a request with a JSON file, use the following command:
curl -X POST -H "Content-Type: application/json" -d @file.json http://localhost:8080/upload ...
Read now
Unlock full access