Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Downloadhttps://curl.haxx.se/download.html
PositiveVery flexible to tailor the request (method, request headers, etc.). Response can be further processed.
NegativeNot everybody likes command line tools. The response is not reasy to read without further tooling. No out of the box automatic URL encoding.
Tips

On the first atempt of a request use the -i option to display all response headers.

If the response body is fine and delivers JSON, pretty print and colorize the response body with tools such as jq.


Swagger UI tools

.If you have not installed magnolia-rest-tools with the swagger UI tools, skip this section, or see above about