HTTP Header from a web site using TELNET
You can see the HTTP (hypertext transfer protocol) header from a web site using the standard Telnet program that comes with Windows. For example, to see the header from the root page of the Microsoft web site, do these steps:
1.Start a DOS command prompt
2.From the command prompt type
telnet www.microsoft.com 80
3.Turn on localecho so you can see what you are doing.
a)Type Ctrl+] (hold down the Ctrl key and press the right bracket)
b)Type set localecho
c)Press Enter on a blank line .
4.Type
GET / HTTP/1.1
Host: www.microsoft.com
5.Press Enter Twice.
Tuesday, January 02, 2007
Previous Posts
- When the end of the world arrives how will the med...
- 1-800-PSYCH............ Hello, Welcome to the Ps...
- Bizarre facts .. but true. 1. Coca-Cola was origi...
- Cool Ones......njoy. 1.A foolish man tells a wom...
- Validations in Javascript Email Validations if ...
- Lets play with the modem provided by Airtel,BSNL !...
- Looking for a Change in your Career. Need Consulta...
- Info About java.sql.DriverManager......... All j...
- Questions on JDBC.................. What is JDB...
- Difference Betweeen Appraisal and Resignation........

0 Comments:
Post a Comment
<< Home