pages*: update outdated pages (#11821)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
- Scarica un file, seguendo reindirizzamenti, e continuando automaticamente (riprendendo) un trasferimento precedente:
|
||||
|
||||
`curl --remote-name --location --continue-at - {{http://example.com/nome_file}}`
|
||||
`curl --fail --remote-name --location --continue-at - {{http://example.com/nome_file}}`
|
||||
|
||||
- Invia dati form-encoded (richiesta POST di tipo `application/x-www-form-urlencoded`):
|
||||
|
||||
@@ -30,8 +30,8 @@
|
||||
|
||||
- Utilizza un nome utente ed una password per l'autenticazione con il server:
|
||||
|
||||
`curl --user utente:password {{http://example.com}}`
|
||||
`curl --user {{utente}} {{http://example.com}}`
|
||||
|
||||
- Utilizza un certificato ed una chiave per una risorsa, ignorando la validazione dei certificati:
|
||||
- Utilizza un certificato ed richiedere per una chiave per una risorsa, ignorando la validazione dei certificati:
|
||||
|
||||
`curl --cert {{client.pem}} --key {{chiave.pem}} --insecure {{https://example.com}}`
|
||||
|
Reference in New Issue
Block a user