arrow_back
Back

cURL command-line: HTTP, downloads, headers, and authentication

Andrew Dorokhov Andrew Dorokhov schedule 1 min read

Get HTTP headers with own DNS resolving:

curl -I --resolve example.com:443:35.208.158.192 https://example.com/some-page
curl -I --resolve example.com:80:35.208.158.192 http://example.com/some-page
code

Need Help with Development?

Happy to help — reach out via the contacts or go straight to my Upwork profile.

work View Upwork Profile arrow_forward
Next Article

Linux storage: disks, partitions, mount points, and usage

arrow_forward