Skip to content

Instantly share code, notes, and snippets.

@robbiet480
Created February 16, 2014 05:17
Show Gist options
  • Save robbiet480/9029675 to your computer and use it in GitHub Desktop.
Save robbiet480/9029675 to your computer and use it in GitHub Desktop.
➜ ~ curl -v "chrome-navigation-error.info"
* Adding handle: conn: 0x7fb9f480c000
* Adding handle: send: 0
* Adding handle: recv: 0
* Curl_addHandleToPipeline: length: 1
* - Conn 0 (0x7fb9f480c000) send_pipe: 1, recv_pipe: 0
* About to connect() to chrome-navigation-error.info port 80 (#0)
* Trying 205.251.242.147...
* Connected to chrome-navigation-error.info (205.251.242.147) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.30.0
> Host: chrome-navigation-error.info
> Accept: */*
>
< HTTP/1.1 200 OK
< x-amz-id-2: JdYLXm/YEw+upNbIE5EKOrVWU2HV7+e0tZCOBq1OTXxOquzj8Y3Dzt5h8SIhM4gR
< x-amz-request-id: 2CF446FB1246B83D
< Date: Sun, 16 Feb 2014 05:17:34 GMT
< Cache-Control: no-store
< Expires: -1
< Last-Modified: Sat, 15 Feb 2014 21:26:46 GMT
< ETag: "95b089e5787191b5a3701188f8812df5"
< Content-Type: text/html
< Content-Length: 198
* Server AmazonS3 is not blacklisted
< Server: AmazonS3
<
<!DOCTYPE HTML>
<html>
<body>
<!--
EXPERIMENT IS OVER.
RESULTS WILL BE POSTED SHORTLY.
-->
<script type="text/javascript">window.location.href="about:blank";</script>
</body>
* Connection #0 to host chrome-navigation-error.info left intact
</html>% ➜ ~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment