Skip to content

Instantly share code, notes, and snippets.

@nrubin
Created June 12, 2018 19:34
Show Gist options
  • Save nrubin/3fb8572f3e050e078339dd319b3496b0 to your computer and use it in GitHub Desktop.
Save nrubin/3fb8572f3e050e078339dd319b3496b0 to your computer and use it in GitHub Desktop.
curl -vvv http://miencargo.911post.com/
* Trying 74.208.236.90...
* TCP_NODELAY set
* Connected to miencargo.911post.com (74.208.236.90) port 80 (#0)
> GET / HTTP/1.1
> Host: miencargo.911post.com
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 302 Found
< Content-Type: text/html; charset=iso-8859-1
< Content-Length: 218
< Connection: keep-alive
< Keep-Alive: timeout=15
< Date: Tue, 12 Jun 2018 19:33:18 GMT
< Server: Apache
< Location: http://bigoverstock.yourstore.live
<
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="http://bigoverstock.yourstore.live">here</a>.</p>
</body></html>
* Connection #0 to host miencargo.911post.com left intact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment