Display HTTP response headers
Jump to navigation
Jump to search
- Display HTTP response headers:
curl -v http://example.com
curl -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
- x-content-type-options: nosniff
See also
Advertising: