Lien vers TipsCurl pour éviter duplicate content

This commit is contained in:
gcolpart 2016-10-10 21:23:02 +02:00
parent 53e2eb5574
commit 4dba8d6720

View file

@ -99,14 +99,6 @@ Server: Apache
[...] [...]
~~~ ~~~
### cURL ## cURL
~~~ Voir [TipsCurl]()
% curl 'http://1.2.3.4:8080/foo/bar' -H 'Host: www.example.com' -v
~~~
Afficher uniquement les headers
~~~
% curl -v -I www.example.com
~~~