18
0
Fork 0

proxy avec curl

This commit is contained in:
pdiogoantunes 2017-05-30 13:54:08 +02:00
parent 0f378774cd
commit 451b0a9398
1 changed files with 6 additions and 0 deletions

View File

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