|
|
|
|
|
by filenox
4404 days ago
|
|
curl -I www.ycombinator.com This gives you the HTTP Header, example output:
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Mon, 26 May 2014 16:11:30 GMT
Content-Type: text/html
Content-Length: 178
Connection: keep-alive
Location: http://ycombinator.com/ |
|