22
0
Fork 0

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
1 changed files with 2 additions and 10 deletions

View File

@ -99,14 +99,6 @@ Server: Apache
[...]
~~~
### cURL
## cURL
~~~
% 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
~~~
Voir [TipsCurl]()