<?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: Using CURL for ASPX with VIEWSTATE</title>
	<atom:link href="http://www.vaibhavbora.com/blog/2009/08/using-curl-for-aspx-with-viewstate/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vaibhavbora.com/blog/2009/08/using-curl-for-aspx-with-viewstate/</link>
	<description>Your Mind Is Your Own Limitation</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:04:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: David Stewart</title>
		<link>http://www.vaibhavbora.com/blog/2009/08/using-curl-for-aspx-with-viewstate/comment-page-1/#comment-869</link>
		<dc:creator>David Stewart</dc:creator>
		<pubDate>Thu, 17 Feb 2011 23:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.vaibhavbora.com/2009/08/using-curl-for-aspx-with-viewstate/#comment-869</guid>
		<description>I would love to see a demo of you code. Have you some examples of how you have done the encode on _viewstate and others?
Thanks.</description>
		<content:encoded><![CDATA[<p>I would love to see a demo of you code. Have you some examples of how you have done the encode on _viewstate and others?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fide</title>
		<link>http://www.vaibhavbora.com/blog/2009/08/using-curl-for-aspx-with-viewstate/comment-page-1/#comment-863</link>
		<dc:creator>fide</dc:creator>
		<pubDate>Tue, 18 Jan 2011 10:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.vaibhavbora.com/2009/08/using-curl-for-aspx-with-viewstate/#comment-863</guid>
		<description>Hello,
thanks for your hints, I have exactly the same problem. A code example would be very appreciated. Thank you</description>
		<content:encoded><![CDATA[<p>Hello,<br />
thanks for your hints, I have exactly the same problem. A code example would be very appreciated. Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trikks</title>
		<link>http://www.vaibhavbora.com/blog/2009/08/using-curl-for-aspx-with-viewstate/comment-page-1/#comment-856</link>
		<dc:creator>Trikks</dc:creator>
		<pubDate>Wed, 02 Jun 2010 20:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.vaibhavbora.com/2009/08/using-curl-for-aspx-with-viewstate/#comment-856</guid>
		<description>Hi!

Im interested in the same as Opala. A brief of the code would be nice! :)</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Im interested in the same as Opala. A brief of the code would be nice! <img src='http://www.vaibhavbora.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Opala</title>
		<link>http://www.vaibhavbora.com/blog/2009/08/using-curl-for-aspx-with-viewstate/comment-page-1/#comment-330</link>
		<dc:creator>Opala</dc:creator>
		<pubDate>Wed, 17 Mar 2010 00:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.vaibhavbora.com/2009/08/using-curl-for-aspx-with-viewstate/#comment-330</guid>
		<description>Vaibhav,

Could you tell me the exact version of cURL/php you use. I started to experience a problem with my script once I upgraded my OS, so I supposed that&#039;s an issue with cURL&#039;s POST and 302 redirect after that.  Also, could you paste me some part of your code. Thanks!</description>
		<content:encoded><![CDATA[<p>Vaibhav,</p>
<p>Could you tell me the exact version of cURL/php you use. I started to experience a problem with my script once I upgraded my OS, so I supposed that&#8217;s an issue with cURL&#8217;s POST and 302 redirect after that.  Also, could you paste me some part of your code. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaibhav</title>
		<link>http://www.vaibhavbora.com/blog/2009/08/using-curl-for-aspx-with-viewstate/comment-page-1/#comment-56</link>
		<dc:creator>Vaibhav</dc:creator>
		<pubDate>Tue, 15 Sep 2009 19:05:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.vaibhavbora.com/2009/08/using-curl-for-aspx-with-viewstate/#comment-56</guid>
		<description>In my senario I used hard-coded VIEWSTATE variable for the first request and then I read the VIEWSTATE value from the response.

If you dont know the VIEWSTATE value or it is dynamic then in this senario you simply send the GET request without VIEWSTATE. You will get the VIEWSTATE in the response and all other parameters. You can use php_tidy extension to parse+clean the html and use xquery to fetch the required variables. Hope that helps.</description>
		<content:encoded><![CDATA[<p>In my senario I used hard-coded VIEWSTATE variable for the first request and then I read the VIEWSTATE value from the response.</p>
<p>If you dont know the VIEWSTATE value or it is dynamic then in this senario you simply send the GET request without VIEWSTATE. You will get the VIEWSTATE in the response and all other parameters. You can use php_tidy extension to parse+clean the html and use xquery to fetch the required variables. Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.vaibhavbora.com/blog/2009/08/using-curl-for-aspx-with-viewstate/comment-page-1/#comment-55</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 15 Sep 2009 15:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.vaibhavbora.com/2009/08/using-curl-for-aspx-with-viewstate/#comment-55</guid>
		<description>I had a similar problem when using CURL but I&#039;m one step behind. How do you capture the initial VIEWSTATE and EVENTVALIDATION fields to url encode back in the POST response?</description>
		<content:encoded><![CDATA[<p>I had a similar problem when using CURL but I&#8217;m one step behind. How do you capture the initial VIEWSTATE and EVENTVALIDATION fields to url encode back in the POST response?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

