Actions
Updated almost 7 years ago by Jessie Lee
101 Uses for cURL¶
- Query a website
curl http(s)://web.site
- Query a websites info (http flags etc.)
curl -I http(s)://web.site
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # - # # # # # # # # # # # # # # # # # # # # # # #
Updated by Jessie Lee almost 7 years ago · 1 revisions
Also available in: PDF HTML TXT
Go to top