<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kanwaljeet Singla &#187; FormsAuthentication</title>
	<atom:link href="http://www.ksingla.net/tag/formsauthentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ksingla.net</link>
	<description>Windows, IIS, PHP and more</description>
	<lastBuildDate>Thu, 04 Aug 2011 08:24:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Sample forms authentication test in C#</title>
		<link>http://www.ksingla.net/2006/08/sample_forms_authentication_test_in_csharp/</link>
		<comments>http://www.ksingla.net/2006/08/sample_forms_authentication_test_in_csharp/#comments</comments>
		<pubDate>Wed, 23 Aug 2006 10:23:00 +0000</pubDate>
		<dc:creator>Kanwaljeet Singla</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[FormsAuthentication]]></category>
		<category><![CDATA[SourceCode]]></category>

		<guid isPermaLink="false">http://www.ksingla.net/?p=29</guid>
		<description><![CDATA[<p>This sample test is doing the following:<br />
1. Sending request to a page which requires forms authentication. This results in 302 to login page.<br />
2. Send request to login page.<br />
3. Parse response from 2 and create response entity containing username/password to be used in next post request to login page.<br />
4. Do a POST to login page. If successful this should return a 302 with Set-Cookie and location header.<br />
5. Send request to location pointed to in last response (this is original page we requested in 1) with request cookie as returned in 4. Expect 200.</p>]]></description>
		<wfw:commentRss>http://www.ksingla.net/2006/08/sample_forms_authentication_test_in_csharp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

