Fixing curl cookbook

This commit is contained in:
Yuri Slobodyanyuk
2022-03-18 17:32:25 +02:00
parent 3813717bf0
commit 8a33b0dab7

View File

@@ -160,6 +160,7 @@ AS | IP | AS Name
== Make sure curl follows redirections (`Location:`) automatically, using the correct `Referer` on each redirection
Use `-L` option to tell curl to follow the _Location_ header.
----
curl -L -e ';auto' -o index.html https://example.com