18
0
Fork 0
This commit is contained in:
pdiogoantunes 2018-01-04 14:37:43 +01:00
parent 06a6280d62
commit 6f6ba4b3c5
1 changed files with 1 additions and 1 deletions

View File

@ -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