diff --git a/HowtocURL.md b/HowtocURL.md index cbd64b83..cc344ec0 100644 --- a/HowtocURL.md +++ b/HowtocURL.md @@ -58,6 +58,12 @@ Plus généralement, pour spécifier un en-tête HTTP utiliser l'option `-H` (ou $ curl http://www.example.com -H 'Accept: text/plain' ~~~ +Pour l'utilisation d'un proxy : + +~~~ +$ curl -x http://localhost:8123 http://www.example.com +~~~ + ## Forcer la résolution DNS