Created
June 12, 2018 19:34
-
-
Save nrubin/3fb8572f3e050e078339dd319b3496b0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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