Skip to content

Instantly share code, notes, and snippets.

@bradgreens
Created November 2, 2020 17:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradgreens/84a02d7df9d2e8118c6f0742ed1a1b8d to your computer and use it in GitHub Desktop.
Save bradgreens/84a02d7df9d2e8118c6f0742ed1a1b8d to your computer and use it in GitHub Desktop.
command line check redirects
curl -s -L -D - https://dat-ass.com -o /dev/null -w '%{url_effective}'
https://www.chrislatta.org/articles/web/curl/track-redirects-curl-command-line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment