Skip to content

Instantly share code, notes, and snippets.

@yasuken1990
Created December 12, 2014 10:22
Show Gist options
  • Save yasuken1990/a6ce218aa41dd232d9d6 to your computer and use it in GitHub Desktop.
Save yasuken1990/a6ce218aa41dd232d9d6 to your computer and use it in GitHub Desktop.
curl memo.
curl --dump-header headers -b headers -L
// --dump-header headers : add cookie. cookie name is headers
// -b : use cookie. cookie name is headers
// -L : trace redirect.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment