<?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: C# &#8211; Log in to Website Programmatically</title>
	<atom:link href="http://eclipsed4utoo.com/blog/log-website-programmatically/feed/" rel="self" type="application/rss+xml" />
	<link>http://eclipsed4utoo.com/blog/log-website-programmatically/</link>
	<description>Not Your Ordinary Programmer</description>
	<lastBuildDate>Wed, 28 Jul 2010 13:32:17 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ryan Alford</title>
		<link>http://eclipsed4utoo.com/blog/log-website-programmatically/comment-page-1/#comment-364</link>
		<dc:creator>Ryan Alford</dc:creator>
		<pubDate>Thu, 20 May 2010 12:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=244#comment-364</guid>
		<description>@Lewi

The WebBrowser control should be storing the cookie itself.  So as long as you keep that same instance of the WebBrowser, you should be able to navigate to any other secured page.</description>
		<content:encoded><![CDATA[<p>@Lewi</p>
<p>The WebBrowser control should be storing the cookie itself.  So as long as you keep that same instance of the WebBrowser, you should be able to navigate to any other secured page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lewi</title>
		<link>http://eclipsed4utoo.com/blog/log-website-programmatically/comment-page-1/#comment-362</link>
		<dc:creator>Lewi</dc:creator>
		<pubDate>Wed, 19 May 2010 15:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=244#comment-362</guid>
		<description>Hi, 

Once I&#039;ve logged in, how would I store the cookie received and navigate to other secure pages?

And if not too much trouble, logout.

Thnx</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Once I&#8217;ve logged in, how would I store the cookie received and navigate to other secure pages?</p>
<p>And if not too much trouble, logout.</p>
<p>Thnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Alford</title>
		<link>http://eclipsed4utoo.com/blog/log-website-programmatically/comment-page-1/#comment-351</link>
		<dc:creator>Ryan Alford</dc:creator>
		<pubDate>Fri, 14 May 2010 15:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=244#comment-351</guid>
		<description>@Mike,

I am not totally sure.  What issues are you having?  Are you behind a proxy?</description>
		<content:encoded><![CDATA[<p>@Mike,</p>
<p>I am not totally sure.  What issues are you having?  Are you behind a proxy?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dorin Cucicov</title>
		<link>http://eclipsed4utoo.com/blog/log-website-programmatically/comment-page-1/#comment-312</link>
		<dc:creator>Dorin Cucicov</dc:creator>
		<pubDate>Thu, 22 Apr 2010 14:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=244#comment-312</guid>
		<description>hi, great tutorial, haven&#039;t tried it yet, but still this is of great use. I&#039;m trying to develop a mobile application for pixelpost, hope it works. Good luck !</description>
		<content:encoded><![CDATA[<p>hi, great tutorial, haven&#8217;t tried it yet, but still this is of great use. I&#8217;m trying to develop a mobile application for pixelpost, hope it works. Good luck !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Newman</title>
		<link>http://eclipsed4utoo.com/blog/log-website-programmatically/comment-page-1/#comment-310</link>
		<dc:creator>Mike Newman</dc:creator>
		<pubDate>Wed, 21 Apr 2010 08:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=244#comment-310</guid>
		<description>Is there a way to do this using http request in C#?
simply using NetworkCredential(UserName, UserPwd)); does not work for me.
Is it possible to use the webBrowser to login and then pass on the cookies and stuff to httprequest so a login isnt necessary?</description>
		<content:encoded><![CDATA[<p>Is there a way to do this using http request in C#?<br />
simply using NetworkCredential(UserName, UserPwd)); does not work for me.<br />
Is it possible to use the webBrowser to login and then pass on the cookies and stuff to httprequest so a login isnt necessary?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Alford</title>
		<link>http://eclipsed4utoo.com/blog/log-website-programmatically/comment-page-1/#comment-301</link>
		<dc:creator>Ryan Alford</dc:creator>
		<pubDate>Mon, 12 Apr 2010 19:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=244#comment-301</guid>
		<description>since all sites use different post data, there is no general way.  it has to be custom for the site that you want to login to.</description>
		<content:encoded><![CDATA[<p>since all sites use different post data, there is no general way.  it has to be custom for the site that you want to login to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav</title>
		<link>http://eclipsed4utoo.com/blog/log-website-programmatically/comment-page-1/#comment-300</link>
		<dc:creator>Gaurav</dc:creator>
		<pubDate>Fri, 09 Apr 2010 10:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://eclipsed4utoo.com/blog/?p=244#comment-300</guid>
		<description>hi

is there any way to login to another website like orkut facebook etc..
any standard or general way ??

plzz help</description>
		<content:encoded><![CDATA[<p>hi</p>
<p>is there any way to login to another website like orkut facebook etc..<br />
any standard or general way ??</p>
<p>plzz help</p>
]]></content:encoded>
	</item>
</channel>
</rss>
