Created
August 30, 2013 03:26
-
-
Save paulmooring/6386044 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
-- Thu Aug 29 20:25:10 PDT 2013 - Ruby Version: 1.9.3-p374 - ------------------------------------------------------------------------------------------------------------------------------------------------------- /Users/paul -- | |
-- paul@Pauls-MacBook-Pro $ telnet binary-yoga.com 80 | |
Trying 50.63.202.31... | |
Connected to binary-yoga.com. | |
Escape character is '^]'. | |
GET / HTTP/1.1 | |
host: binary-yoga.com | |
HTTP/1.1 200 OK | |
Cache-Control: max-age=900 | |
Content-Type: text/html; charset=utf-8 | |
Server: Microsoft-IIS/7.5 | |
X-AspNet-Version: 4.0.30319 | |
X-Powered-By: ASP.NET | |
Date: Fri, 30 Aug 2013 03:25:51 GMT | |
Content-Length: 367 | |
Age: 0 | |
Connection: keep-alive | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | |
"http://www.w3.org/TR/html4/strict.dtd"> | |
<html> | |
<head> | |
<title>Binary-Yoga </title> | |
</head> | |
<frameset rows="100%,*" border="0"> | |
<frame src="http://binary-yoga.dyndns.org:8080" frameborder="0" /> | |
<frame frameborder="0" noresize /> | |
</frameset> | |
<!-- pageok --> | |
<!-- 04 --> | |
<!-- --> | |
</html>Connection closed by foreign host. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment