Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 161 Bytes

Curl.md

File metadata and controls

12 lines (11 loc) · 161 Bytes

#Curl

Peticiones

Get

Una petición normal :

curl www.example.com

Una peticion curl con password :

curl -u user:pass www.example.com