Tags » curl
TIL: How to get the target of an HTTP redirect with curl
TIL: Build a URL with query string parameters with curl
A combination of
--get
and--data
/--data-urlencode
allows you to write curl commands which are readable and expressive.TIL: How to get the filename/size without downloading a file in curl
You can do some fun stuff with the
--write-out
flag and variables.TIL: How to check when an HTTPS certificate expires
TIL: How to do resumable downloads with curl
Checking lots of URLs with curl
A bash script to check the HTTP status code of a bunch of URLs, for simple and portable uptime checking.