Skip to content

Instantly share code, notes, and snippets.

@jessejajit
Created September 6, 2012 02:23
Show Gist options
  • Select an option

  • Save jessejajit/3650084 to your computer and use it in GitHub Desktop.

Select an option

Save jessejajit/3650084 to your computer and use it in GitHub Desktop.
jesse@admin-console-002:~ $ telnet 10.40.5.2 80
Trying 10.40.5.2...
Connected to 10.40.5.2.
Escape character is '^]'.
GET /
HTTP/1.0 302 Redirect
Server: GoAhead-Webs
Date: Tue Feb 16 19:46:32 2010
Pragma: no-cache
Cache-Control: no-cache
Content-Type: text/html
Location: http://(none)/login.asp
<html><head></head><body>
This document has moved to a new <a href="http://(none)/login.asp">location</a>.
Please update your documents to reflect the new location.
</body></html>
Connection closed by foreign host.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment