Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Sukotto
on Sept 7, 2011
|
parent
|
context
|
favorite
| on:
Analyzing the Top 10,000 Websites' HTTP Headers
What does "grabbing the
banners
of those websites" mean?
What would I type into wget or curl to download the "banner" of a site?
fmavituna
on Sept 7, 2011
[–]
It's referring to HTTP Headers in the response. I think -I switch in curl will give you only response headers.
marcinw
on Sept 7, 2011
|
parent
[–]
-I is an HTTP HEAD request (which may return a different response code than a traditional GET). To print the headers in any kind of request, use lowercase -i.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
What would I type into wget or curl to download the "banner" of a site?