rendered paste body$ curl -v http://en.wikipedia.org/
* About to connect() to en.wikipedia.org port 80 (#0)
* Trying 74.125.226.46... connected
* Connected to en.wikipedia.org (74.125.226.46) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.16.4 (i386-apple-darwin9.0) libcurl/7.16.4 OpenSSL/0.9.7l zlib/1.2.3
> Host: en.wikipedia.org
> Accept: */*
>
< HTTP/1.1 302 Found
< Location: http://www.google.com/
< Cache-Control: private
< Content-Type: text/html; charset=UTF-8
< X-Content-Type-Options: nosniff
< Date: Mon, 23 May 2011 01:24:49 GMT
< Server: sffe
< Content-Length: 219
< X-XSS-Protection: 1; mode=block
<
<HTML><HEAD><meta http-equiv="content-type" content="text/html;charset=utf-8">
<TITLE>302 Moved</TITLE></HEAD><BODY>
<H1>302 Moved</H1>
The document has moved
<A HREF="http://www.google.com/">here</A>.
</BODY></HTML>
* Connection #0 to host en.wikipedia.org left intact
* Closing connection #0