Skip to content

Instantly share code, notes, and snippets.

View felipebuitrago's full-sized avatar
👨‍💻

Felipe Buitrago felipebuitrago

👨‍💻
View GitHub Profile

cURL

Command Description
 curl -h cURL help menu
 curl inlanefreight.com Basic GET request
 curl -s -O inlanefreight.com/index.html Download file
 curl -k https://inlanefreight.com Skip HTTPS (SSL) certificate validation
 curl inlanefreight.com -v Print full HTTP request/response details
 curl -I https://www.inlanefreight.com Send HEAD request (only prints response headers)