curl
- •
What it is
- •
a command-line client for transferring data using URLs, useful for inspecting HTTP communication
- •
- •
- •
- •
Example
- •
curl -v -H 'Accept: image/jpeg' http://localhost:3000/images/article-123
- •
- •
Caution
- •
without
-L, a redirect response is not the response from its destination
- •
- •
Related