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:
Sebastiaan Speck
2023-12-28 16:48:20 +01:00
committed by GitHub
parent 7635f3426f
commit dcb53c85a0
83 changed files with 228 additions and 360 deletions

View File

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