Created
September 6, 2012 02:23
-
-
Save jessejajit/3650084 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
| 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