<?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/"
	>
<channel>
	<title>Comments on: Update on .NET Services with Indy</title>
	<atom:link href="http://blog.excastle.com/2004/06/01/update-on-net-services-with-indy/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.excastle.com/2004/06/01/update-on-net-services-with-indy/</link>
	<description>Life, .NET, and Cats</description>
	<pubDate>Wed, 07 Jan 2009 04:38:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: boydreaming</title>
		<link>http://blog.excastle.com/2004/06/01/update-on-net-services-with-indy/comment-page-1/#comment-4171</link>
		<dc:creator>boydreaming</dc:creator>
		<pubDate>Tue, 09 Nov 2004 21:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/06/01/update-on-net-services-with-indy/#comment-4171</guid>
		<description>thank you for reply.:)
</description>
		<content:encoded><![CDATA[<p>thank you for reply.:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe White</title>
		<link>http://blog.excastle.com/2004/06/01/update-on-net-services-with-indy/comment-page-1/#comment-4170</link>
		<dc:creator>Joe White</dc:creator>
		<pubDate>Tue, 09 Nov 2004 10:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/06/01/update-on-net-services-with-indy/#comment-4170</guid>
		<description>If you're looking for an expert on Indy, you're in the wrong place. :-P&lt;br&gt;&lt;br&gt;BTW, I was talking about the Indy server component. You're using the Indy client component, which I haven't used enough to count. And I've never used it for application-x-www-form-urlencoded. So... beats me.&lt;br&gt;&lt;br&gt;My first guess is that you have to form-encode the stream yourself, but that's just a guess. Check to see if they have a demo. If not, you're probably better asking on the Indy forums than here -- we don't even use the Indy HTTP components anymore.
</description>
		<content:encoded><![CDATA[<p>If you&#8217;re looking for an expert on Indy, you&#8217;re in the wrong place. <img src='http://blog.excastle.com/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
<p>BTW, I was talking about the Indy server component. You&#8217;re using the Indy client component, which I haven&#8217;t used enough to count. And I&#8217;ve never used it for application-x-www-form-urlencoded. So&#8230; beats me.</p>
<p>My first guess is that you have to form-encode the stream yourself, but that&#8217;s just a guess. Check to see if they have a demo. If not, you&#8217;re probably better asking on the Indy forums than here &#8212; we don&#8217;t even use the Indy HTTP components anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boydreaming</title>
		<link>http://blog.excastle.com/2004/06/01/update-on-net-services-with-indy/comment-page-1/#comment-4169</link>
		<dc:creator>boydreaming</dc:creator>
		<pubDate>Tue, 09 Nov 2004 08:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.excastle.com/2004/06/01/update-on-net-services-with-indy/#comment-4169</guid>
		<description>Do you know the indy httpd client componet how to post parameter with .aspx?&lt;br&gt;follow is my code:&lt;br&gt;var s:TMemoryStream;&lt;br&gt;begin&lt;br&gt;   s:=TMemoryStream.Create;&lt;br&gt;   s.WriteString('username=abc');&lt;br&gt;   http.request.ContentType:='application-x-www-form-urlencoded';&lt;br&gt;   memo1.text:=http.post('&lt;a target="_new" href="http://www.abc.com/test.aspx" rel="nofollow"&gt;http://www.abc.com/test.aspx&lt;/a&gt;',s);&lt;br&gt;end&lt;br&gt;&lt;br&gt;When it run,the test.aspx can't get the 'username' value.&lt;br&gt;&lt;br&gt;Why?&lt;br&gt;help me.
</description>
		<content:encoded><![CDATA[<p>Do you know the indy httpd client componet how to post parameter with .aspx?<br />
<br />follow is my code:<br />
<br />var s:TMemoryStream;<br />
<br />begin<br />
<br />   s:=TMemoryStream.Create;<br />
<br />   s.WriteString(&#8217;username=abc&#8217;);<br />
<br />   http.request.ContentType:=&#8217;application-x-www-form-urlencoded&#8217;;<br />
<br />   memo1.text:=http.post(&#8217;<a target="_new" href="http://www.abc.com/test.aspx" rel="nofollow">http://www.abc.com/test.aspx</a>&#8216;,s);<br />
<br />end</p>
<p>When it run,the test.aspx can&#8217;t get the &#8216;username&#8217; value.</p>
<p>Why?<br />
<br />help me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
