diff --git a/cheat-sheet/Network/curl.md b/cheat-sheet/Network/curl.md index 9f0793017..c30bff4c6 100644 --- a/cheat-sheet/Network/curl.md +++ b/cheat-sheet/Network/curl.md @@ -2,6 +2,7 @@ curl -k https://example.com # Ignore SSL errors curl -s https://example.com # Silence curl download infos, just content + curl -L https://example.com # Follow redirects curl -X PUT --data-binary @myinput.json https://example.com/api/v1/endpoint # use data from file