From 6f6ba4b3c56118559408e5586264124391e7c8ea Mon Sep 17 00:00:00 2001 From: pdiogoantunes Date: Thu, 4 Jan 2018 14:37:43 +0100 Subject: [PATCH] +follow --- HowtocURL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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