Skip to content

Instantly share code, notes, and snippets.

@lenw
Created March 2, 2017 14:14
Show Gist options
  • Save lenw/efe307d0166020af82ac3338c101ed7c to your computer and use it in GitHub Desktop.
Save lenw/efe307d0166020af82ac3338c101ed7c to your computer and use it in GitHub Desktop.
curl -v joshilewis.blog
* Rebuilt URL to: joshilewis.blog/
* Trying 154.0.169.115...
* TCP_NODELAY set
* Connected to joshilewis.blog (154.0.169.115) port 80 (#0)
> GET / HTTP/1.1
> Host: joshilewis.blog
> User-Agent: curl/7.51.0
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Server: nginx
< Date: Thu, 02 Mar 2017 14:12:59 GMT
< Content-Type: text/html; charset=iso-8859-1
< Content-Length: 246
< Connection: keep-alive
< Location: http://feeds.feedburner.com/joshilewis
< Expires: Thu, 02 Mar 2017 14:13:00 GMT
< Cache-Control: max-age=1
< X-Cache-Status: MISS
< Pragma: public
< Cache-Control: public
< Vary: Accept-Encoding
<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://feeds.feedburner.com/joshilewis">here</a>.</p>
</body></html>
* Curl_http_done: called premature == 0
* Connection #0 to host joshilewis.blog left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment