Skip to content

Instantly share code, notes, and snippets.

@zuhairkareem
Last active March 11, 2021 10:56
Show Gist options
  • Save zuhairkareem/44d0a1a65d24cd579dcf1e4f5dcf4773 to your computer and use it in GitHub Desktop.
Save zuhairkareem/44d0a1a65d24cd579dcf1e4f5dcf4773 to your computer and use it in GitHub Desktop.
Curl with redirections in bash
curl --request POST \ 
    -Li 'URL_VALUE' \
    --header 'cache-control: no-cache' \
    --header 'content-type: application/json' \
    --data '{\n\n"Name":"Test"\n\n}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment