<?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
<rss version="0.91">
<channel>
<language>en-us</language>
<copyright>Copyright 2000-2005 FMPWizard.com</copyright>
<managingEditor>rss@fmpwizard.com</managingEditor>
<webMaster>rss@fmpwizard.com</webMaster>
    <title>Telnet on port 80 - FMPWizard</title>
<item>
                <title></title>
                <title_2>Telnet on Port 80</title_2>
                <text><p>There are several websites ahowing how to use telnet on port 80, but I noticed that
those methods worked on only some websites. After doing some research and a lot of thinking, I 
came up with the solution.<br />
If you want to retrieve the html from a specific website, you can do as follow:<br />
On <b>Windows 2000, Windows XP or Windows 2003</b>, go to <b>Start</b> > <b>Run</b>, type <b>CMD</b>  and 
then press enter.<br />
On <b>Windows 98, and Windows ME,</b> go to <b>Start</b> > <b>Run</b>, type <b>COMMAND</b>  and 
then press enter.<br />
It will open the command prompt, there, type    <b>telnet &lt;domain name&gt; 80</b>  and then press enter.<br />
After a few seconds, the screen will show nothing, that means that you are connected. There type: 
<b>GET /index.html HTTP/1.0</b>     and then press <b>enter twice.</b> If the html that you get is some kind of error, 
then try   <b>GET /index.html HTTP/1.0</b>  then press <b>ONLY once enter,</b> and then type 
<b>host: www.&lt;domainname&gt;.com</b>
 and then press enter twice.<br />
Using telnet on port 80, you can send the same information that your browser sends to the webserver on the header.<br />
To find out what your browser sends on the header, I recommend using
 <a target="_Blank" href="http://www.getfirefox.com">Firefox</a>
and the extension
 <a target="_Blank" title="Live HTTP Headers" href="http://livehttpheaders.mozdev.org/">Live HTTP Headers</a></p></text>
              </item><item>
                <title></title>
                <title_2>Example</title_2>
                <text><p>telnet www.fmpwizard.com 80<br />
(Enter)<br />
GET /index.php HTTP/1.0<br />                 
host: www.fmpwizard.com<br />
(Enter)<br />
(Enter)
</p></text>
              </item></channel>
</rss>
