Skip to content

Instantly share code, notes, and snippets.

@pfigue
Last active August 28, 2015 09:34
Show Gist options
  • Save pfigue/135ae26a26e08d1246d8 to your computer and use it in GitHub Desktop.
Save pfigue/135ae26a26e08d1246d8 to your computer and use it in GitHub Desktop.
curl cheatsheet

--config

-I shows received headers

-L follows links for 30x redirections

--resolve a.b.c:80:1.2.3.4 resolves domain name a.b.c to 1.2.3.4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment