Skip to content

Instantly share code, notes, and snippets.

@jjn1056
Created February 14, 2013 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjn1056/4956477 to your computer and use it in GitHub Desktop.
Save jjn1056/4956477 to your computer and use it in GitHub Desktop.
johns-MacBook-Pro:~ john$ telnet perl8.org 80
Trying 64.99.80.30...
Connected to perl8.org.
Escape character is '^]'.
GET / HTTP/1.0
HTTP/1.1 302 Found
Content-Type: text/html; charset=utf-8
Connection: close
Status: 302
X-Powered-By: Phusion Passenger (mod_rails/mod_rack) 2.2.5
Cache-Control: no-cache
Location: http://www.hover\.com/
X-Runtime: 10
Content-Length: 88
Server: nginx/0.7.65 + Phusion Passenger 2.2.5 (mod_rails/mod_rack)
P3P: CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"
<html><body>You are being <a href="http://www.hover\.com/">redirected</a>.</body></html>Connection closed by foreign host.
johns-MacBook-Pro:~ john$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment