<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for varnit</title>
	<atom:link href="http://varnit.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://varnit.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 14 Jan 2009 08:33:23 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on telnet port 80 by varnit</title>
		<link>http://varnit.wordpress.com/2008/11/18/telnet-port-80/#comment-7</link>
		<dc:creator>varnit</dc:creator>
		<pubDate>Wed, 14 Jan 2009 08:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://varnit.wordpress.com/?p=98#comment-7</guid>
		<description>Freddie,
It looks like you trying to post some data, if that is the case its better to use &#039;curl&#039; command rather than telnet.

-varnit</description>
		<content:encoded><![CDATA[<p>Freddie,<br />
It looks like you trying to post some data, if that is the case its better to use &#8216;curl&#8217; command rather than telnet.</p>
<p>-varnit</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on telnet port 80 by freddieMaize</title>
		<link>http://varnit.wordpress.com/2008/11/18/telnet-port-80/#comment-6</link>
		<dc:creator>freddieMaize</dc:creator>
		<pubDate>Fri, 26 Dec 2008 04:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://varnit.wordpress.com/?p=98#comment-6</guid>
		<description>Hi Varnit, Thanks FOA. Yeah, I ll tell you what i did,

Opened the cmd, and followed it exactly what you said but I get a 411 as response code.

Before posting what i did i ll let you know one more thing. A support guy for the project gave me his telnet request and respone of the website (the application/project that am working on). Below is the request,

telnet host 80
Trying (ip address)...
 Connected to host.com.
 Escape character is &#039;^]&#039;.
 POST /..path/LoginPage.aspx HTTP/1.0
 Host: host
 Accept: text/html,text/plain
 From: critical@xxxxxx.com
 User-Agent: gsa-crawler (Enterprise; S5-CHM5GCV3C8JAB;critical@xxxxx.com)
 Content-type: application/x-www-form-urlencoded
 Content-Length: 544 

txtUserName=xxxadmin&amp;txtPassword=xxxxx&amp;btnlogin=Login&amp;__VIEWSTATE=/wEPDwULL...(some long chars)

He got the response neatly. But when i try the same thing i get a &quot;411&quot; response code.

I dont know if he has used any tool but i use the command prompt to do this telnet. Because of this i&#039;m unable to see the request that i&#039;m giving (the echo is in off). BUt then i dont get the reponse as got.

Can you please help me to troubleshoot this. Hope this comment thing dosnt look like a spam one :D

Freddie</description>
		<content:encoded><![CDATA[<p>Hi Varnit, Thanks FOA. Yeah, I ll tell you what i did,</p>
<p>Opened the cmd, and followed it exactly what you said but I get a 411 as response code.</p>
<p>Before posting what i did i ll let you know one more thing. A support guy for the project gave me his telnet request and respone of the website (the application/project that am working on). Below is the request,</p>
<p>telnet host 80<br />
Trying (ip address)&#8230;<br />
 Connected to host.com.<br />
 Escape character is &#8216;^]&#8217;.<br />
 POST /..path/LoginPage.aspx HTTP/1.0<br />
 Host: host<br />
 Accept: text/html,text/plain<br />
 From: <a href="mailto:critical@xxxxxx.com">critical@xxxxxx.com</a><br />
 User-Agent: gsa-crawler (Enterprise; S5-CHM5GCV3C8JAB;critical@xxxxx.com)<br />
 Content-type: application/x-www-form-urlencoded<br />
 Content-Length: 544 </p>
<p>txtUserName=xxxadmin&amp;txtPassword=xxxxx&amp;btnlogin=Login&amp;__VIEWSTATE=/wEPDwULL&#8230;(some long chars)</p>
<p>He got the response neatly. But when i try the same thing i get a &#8220;411&#8243; response code.</p>
<p>I dont know if he has used any tool but i use the command prompt to do this telnet. Because of this i&#8217;m unable to see the request that i&#8217;m giving (the echo is in off). BUt then i dont get the reponse as got.</p>
<p>Can you please help me to troubleshoot this. Hope this comment thing dosnt look like a spam one <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Freddie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on telnet port 80 by varnit</title>
		<link>http://varnit.wordpress.com/2008/11/18/telnet-port-80/#comment-5</link>
		<dc:creator>varnit</dc:creator>
		<pubDate>Tue, 23 Dec 2008 15:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://varnit.wordpress.com/?p=98#comment-5</guid>
		<description>@freddieMaize let me give you an example:
lets say you want to open a connection with varnit.wordpress.com on port 80, type this in your terminal, also everything is case sensitive:
telnet varnit.wordpress.com 80 {enter}
GET / HTTP/1.0 {enter}
Host: varnit.wordpress.com {enter}
{enter}

let me know if that helps.
-varnit</description>
		<content:encoded><![CDATA[<p>@freddieMaize let me give you an example:<br />
lets say you want to open a connection with varnit.wordpress.com on port 80, type this in your terminal, also everything is case sensitive:<br />
telnet varnit.wordpress.com 80 {enter}<br />
GET / HTTP/1.0 {enter}<br />
Host: varnit.wordpress.com {enter}<br />
{enter}</p>
<p>let me know if that helps.<br />
-varnit</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on telnet port 80 by freddieMaize</title>
		<link>http://varnit.wordpress.com/2008/11/18/telnet-port-80/#comment-4</link>
		<dc:creator>freddieMaize</dc:creator>
		<pubDate>Tue, 23 Dec 2008 06:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://varnit.wordpress.com/?p=98#comment-4</guid>
		<description>Hi, can you explain more on this because I have been struggling for this for days to getther. Thanks.

Freddie</description>
		<content:encoded><![CDATA[<p>Hi, can you explain more on this because I have been struggling for this for days to getther. Thanks.</p>
<p>Freddie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on bash for loop through numbers by sandwormusmc</title>
		<link>http://varnit.wordpress.com/2008/03/03/bash-for-loop-through-numbers/#comment-3</link>
		<dc:creator>sandwormusmc</dc:creator>
		<pubDate>Mon, 19 May 2008 20:07:27 +0000</pubDate>
		<guid isPermaLink="false">http://varnit.wordpress.com/2008/03/03/bash-for-loop-through-numbers/#comment-3</guid>
		<description>Thanks ... didn&#039;t know about the seq command til now.  :)</description>
		<content:encoded><![CDATA[<p>Thanks &#8230; didn&#8217;t know about the seq command til now.  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
