Article ID: 279466 - Last Review: July 7, 2008 - Revision: 4.5 HOW TO: Request a Web Page Through a Telnet ClientThis article was previously published under Q279466 We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 7.0 running on Microsoft Windows Server 2008. IIS 7.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site: http://www.microsoft.com/technet/security/prodtech/IIS.mspx
(http://www.microsoft.com/technet/security/prodtech/IIS.mspx)
For more information about IIS 7.0, visit the following Microsoft Web site: http://www.iis.net/default.aspx?tabid=1
(http://www.iis.net/default.aspx?tabid=1)
On This PageSUMMARY
Occasionally, a Web browser is not available to test connectivity to a Web server. This step-by-step article describes a process that you can use to connect to a Web server and display the HTML contents of Web page by using a console or command-line based telnet application. Request a Web Page Through a Telnet ClientAccording to RFC 2616, the specification for the HTTP protocol, a properly formatted GET request from an HTTP client begins with the GET verb (note that the verb uses all capital letters) and ends with the ASCII characters carriage return (CR) followed by line feed (LF). This appears as the hexadecimal characters OD OA in the last two bytes of the GET request in a Network Monitor trace.For more information, visit the following RFC Web site:
RFC 2616
To request the document that is located at http://ServerName/VirtualDirectory/WebPage.asp from a telnet client, type the following commands at the console or command prompt (press ENTER or RETURN after each line):
http://www.w3.org/Protocols/rfc2616/rfc2616.html (http://www.w3.org/Protocols/rfc2616/rfc2616.html) telnet ServerName 80
After you type the second command, the HTML data in WebPage.asp is returned to the telnet client from the Web server.
GET /VirtualDirectory/WebPage.asp NOTE: This example assumes that the Web server is configured to use the default HTTP port (TCP 80). If the Web server is listening on a different port, substitute that port number in the first line of the example. Also, this example does not work properly over an HTTPS/SSL connection (TCP 443, by default), because the telnet client cannot negotiate the necessary encryption commands to establish the SSL session. Although an initial connection is possible over the HTTPS/SSL port, no data is returned when you issue a GET request. Enable Local EchoBy default, the telnet client that is included with Microsoft Windows does not have the Local Echo option enabled, so the second command does not appear to be received by the server, although it is. To enable Local Echo, use one of the following methods after the first command:Microsoft Windows 95, Microsoft Windows 98, Microsoft Windows Millennium Edition (Me), or Microsoft Windows NT 4.0
Microsoft Windows 2000 and Microsoft Windows XP
http://msdn.microsoft.com/en-us/library/6hy0yb50(VS.85).aspx (http://msdn.microsoft.com/en-us/library/6hy0yb50(VS.85).aspx) Character Set 128-255 http://msdn.microsoft.com/en-us/library/6c608ydz(VS.85).aspx (http://msdn.microsoft.com/en-us/library/6c608ydz(VS.85).aspx) After you type the last number, release the ALT key. In the case of the GET request that this article uses as an example, type the following command (note that the numbers are typed on the keypad): GET /VirtualDirectory/WebPage.asp <ALT-key>0013<ALT-key>0010
If you are using a telnet client that does not send CRLF when you press ENTER or RETURN, see the documentation for that computer system for information about how to send extended characters.
REFERENCESFor additional information about how to view network packets, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
148942
(http://support.microsoft.com/kb/148942/EN-US/
)
How to Capture Network Traffic with Network Monitor
294818
(http://support.microsoft.com/kb/294818/EN-US/
)
Frequently Asked Questions About Network Monitor
For additional information about the TELNET protocol, click the article numbers below
to view the articles in the Microsoft Knowledge Base:
231866
(http://support.microsoft.com/kb/231866/EN-US/
)
The TELNET Protocol
253918
(http://support.microsoft.com/kb/253918/EN-US/
)
Description of the Telnet Client in Windows 2000
APPLIES TO
| Article Translations
|
Back to the top
