Skip to content

Instantly share code, notes, and snippets.

@kylefritz
Created June 2, 2012 18:31
Show Gist options
  • Save kylefritz/2859517 to your computer and use it in GitHub Desktop.
Save kylefritz/2859517 to your computer and use it in GitHub Desktop.
curl cheatsheet

9 curl basics via httpkit

  • -v includes both request and response headers
  • -i include http response headers in output
  • -I http response headers only
  • -k ignore bad ssl cert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment