cURL a URL and follow redirects
Curls a URL and follows redirects by using the -L flag. To limit the number of redirects, append `--max-redirects <num>`.
Authored by: freedevurl
Command
Copy
curl -L url
Tags
Edit in GitHub
Copied
Curls a URL and follows redirects by using the -L flag. To limit the number of redirects, append `--max-redirects <num>`.
Authored by: freedevcurl -L url