Created
March 16, 2021 15:51
-
-
Save bookchiq/6bde673b86c9c7e1fe1113b80c31df7c to your computer and use it in GitHub Desktop.
Follow redirects with cURL (useful for troubleshooting headers and 301/302 issues)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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