Skip to content

Instantly share code, notes, and snippets.

@brianloveswords
Created January 19, 2011 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianloveswords/786363 to your computer and use it in GitHub Desktop.
Save brianloveswords/786363 to your computer and use it in GitHub Desktop.
curl -vX HEAD http://www.flatworldknowledge.com
* About to connect() to www.flatworldknowledge.com port 80 (#0)
* Trying 74.205.58.83... connected
* Connected to www.flatworldknowledge.com (74.205.58.83) port 80 (#0)
> HEAD / HTTP/1.1
> User-Agent: curl/7.19.7 (universal-apple-darwin10.0) libcurl/7.19.7 OpenSSL/0.9.8l zlib/1.2.3
> Host: www.flatworldknowledge.com
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Wed, 19 Jan 2011 16:03:00 GMT
< Server: Apache
< X-Powered-By: PHP/5.2.16
< Set-Cookie: SESS6bfd706605743aafdb34a2a73f031877=1pnvvh5ajkhsbtmdo047a5dhh7; expires=Fri, 11-Feb-2011 19:36:20 GMT; path=/; domain=.flatworldknowledge.com
< Expires: Sun, 19 Nov 1978 05:00:00 GMT
< Last-Modified: Wed, 19 Jan 2011 16:03:00 GMT
< Cache-Control: store, no-cache, must-revalidate
< Cache-Control: post-check=0, pre-check=0
< P3P: CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"
< Set-Cookie: visited_FMC=1; path=/
< Content-Type: text/html; charset=utf-8
* no chunk, no close, no size. Assume close to signal end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment