diff --git a/HowtocURL.md b/HowtocURL.md index ee2b0c66..f98dfed8 100644 --- a/HowtocURL.md +++ b/HowtocURL.md @@ -40,7 +40,7 @@ Dans le cas d'un protocole s'appuyant sur SSL/TLS, pour ne pas vérifier la vali $ curl -k https://www.example.com/ ~~~ -Par défaut, curl ne suit pas les redirections HTTP, il faut l'option `-L` (ou `--location`) : +Par défaut, curl ne suit pas les redirections HTTP (follow), il faut l'option `-L` (ou `--location`) : ~~~ $ curl -L http://www.example.com