Skip to content

Instantly share code, notes, and snippets.

@danbri
Created January 15, 2012 21:00
Show Gist options
  • Select an option

  • Save danbri/1617311 to your computer and use it in GitHub Desktop.

Select an option

Save danbri/1617311 to your computer and use it in GitHub Desktop.
TellyClub:~ danbri$ telnet xmlns.com 80
Trying 75.101.157.128...
Connected to xmlns.com.
Escape character is '^]'.
GET /foaf/0.1/Person HTTP/1.1
Host: xmlns.com
HTTP/1.1 303 See Other
Date: Sun, 15 Jan 2012 20:59:05 GMT
Server: Apache/2.2.14 (Ubuntu)
Location: http://xmlns.com/foaf/spec/
Vary: Accept-Encoding
Content-Length: 309
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>303 See Other</title>
</head><body>
<h1>See Other</h1>
<p>The answer to your request is located <a href="http://xmlns.com/foaf/spec/">here</a>.</p>
<hr>
<address>Apache/2.2.14 (Ubuntu) Server at xmlns.com Port 80</address>
</body></html>
Connection closed by foreign host.
TellyClub:~ danbri$ telnet xmlns.com 80
Trying 75.101.157.128...
Connected to xmlns.com.
Escape character is '^]'.
GET /foaf/0.1/Person HTTP/1.1
Host: xmlns.com
HTTP/1.1 303 See Other
Date: Sun, 15 Jan 2012 20:59:42 GMT
Server: Apache/2.2.14 (Ubuntu)
Location: http://xmlns.com/foaf/spec/
Vary: Accept-Encoding
Content-Length: 309
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>303 See Other</title>
</head><body>
<h1>See Other</h1>
<p>The answer to your request is located <a href="http://xmlns.com/foaf/spec/">here</a>.</p>
<hr>
<address>Apache/2.2.14 (Ubuntu) Server at xmlns.com Port 80</address>
</body></html>
C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment