Skip to content

Instantly share code, notes, and snippets.

@martinhj
Last active October 13, 2022 08:55
Show Gist options
  • Save martinhj/b85c91f83fb09ad127fd802034e9117c to your computer and use it in GitHub Desktop.
Save martinhj/b85c91f83fb09ad127fd802034e9117c to your computer and use it in GitHub Desktop.
Curl flags
curl -I https://website/webpage # show http headers
curl -L https://website/webpage # follow redirects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment