Skip to content

Instantly share code, notes, and snippets.

@bookchiq
Created March 16, 2021 15:51
Show Gist options
  • Select an option

  • Save bookchiq/6bde673b86c9c7e1fe1113b80c31df7c to your computer and use it in GitHub Desktop.

Select an option

Save bookchiq/6bde673b86c9c7e1fe1113b80c31df7c to your computer and use it in GitHub Desktop.
Follow redirects with cURL (useful for troubleshooting headers and 301/302 issues)
curl -iLvs https://www.example.org/member-portal/ 1> /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment