Display HTTP response headers

From wikieduonline
Revision as of 12:30, 7 October 2020 by Welcome (talk | contribs)
Jump to navigation Jump to search
  • Display HTTP response headers:
curl -v http://example.com
curl --insecure -sD - -o /dev/null http://example.com[1]
-s Avoid showing progress bar
-D Dump headers to a file, but - sends it to stdout
-o /dev/null Ignore response body


Related terms

See also

  • https://stackoverflow.com/questions/3252851/how-to-display-request-headers-with-command-line-curl
  • Advertising: