<?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: Login in with just url-arguments</title>
	<atom:link href="http://www.dagerot.com/2008/02/13/login-in-with-just-url-arguments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagerot.com/2008/02/13/login-in-with-just-url-arguments/</link>
	<description>Joachim Dagerot on development and consulting</description>
	<lastBuildDate>Wed, 18 Aug 2010 04:14:06 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jafa</title>
		<link>http://www.dagerot.com/2008/02/13/login-in-with-just-url-arguments/comment-page-1/#comment-34510</link>
		<dc:creator>Jafa</dc:creator>
		<pubDate>Mon, 02 Nov 2009 07:33:58 +0000</pubDate>
		<guid isPermaLink="false">http://domino.dagerot.com/2008/02/13/login-in-with-just-url-arguments/#comment-34510</guid>
		<description>Hi

You have one typo, REDIRECT shoud be REDIRECTTO. Now it&#039;s works nicely. Thank you.</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>You have one typo, REDIRECT shoud be REDIRECTTO. Now it&#8217;s works nicely. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://www.dagerot.com/2008/02/13/login-in-with-just-url-arguments/comment-page-1/#comment-34033</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Fri, 25 Jul 2008 08:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://domino.dagerot.com/2008/02/13/login-in-with-just-url-arguments/#comment-34033</guid>
		<description>Security ISSUE:

For sure the names.nsf?Login&amp;Username=ME&amp;Password=Secret&amp;redirect is NOT safe because it gets LOGGED on the domino server in the domlog.

When someone opens this logfile and searches for the HTTP GETS your user credentials will become available to that person.

SO DO NOT USE this method if you want to keep you user credentials safe.

I am making a tool that keeps you credentials safe and still provide login automation. See: http://ezscript.nl

Like Andrei suggested I am using the HTTP POST for login in (The POST data will NOT BE LOGGED by domino, so your credentials will be safe)

thnx, Leo</description>
		<content:encoded><![CDATA[<p>Security ISSUE:</p>
<p>For sure the names.nsf?Login&amp;Username=ME&amp;Password=Secret&amp;redirect is NOT safe because it gets LOGGED on the domino server in the domlog.</p>
<p>When someone opens this logfile and searches for the HTTP GETS your user credentials will become available to that person.</p>
<p>SO DO NOT USE this method if you want to keep you user credentials safe.</p>
<p>I am making a tool that keeps you credentials safe and still provide login automation. See: <a href="http://ezscript.nl" >http://ezscript.nl</a></p>
<p>Like Andrei suggested I am using the HTTP POST for login in (The POST data will NOT BE LOGGED by domino, so your credentials will be safe)</p>
<p>thnx, Leo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fast payday loans.</title>
		<link>http://www.dagerot.com/2008/02/13/login-in-with-just-url-arguments/comment-page-1/#comment-34028</link>
		<dc:creator>Fast payday loans.</dc:creator>
		<pubDate>Thu, 24 Jul 2008 02:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://domino.dagerot.com/2008/02/13/login-in-with-just-url-arguments/#comment-34028</guid>
		<description>&lt;strong&gt;Payday loans payments news archive....&lt;/strong&gt;

Payday loans online. Payday loans. Long term payday loans....</description>
		<content:encoded><![CDATA[<p><strong>Payday loans payments news archive&#8230;.</strong></p>
<p>Payday loans online. Payday loans. Long term payday loans&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joachim Dagerot</title>
		<link>http://www.dagerot.com/2008/02/13/login-in-with-just-url-arguments/comment-page-1/#comment-33900</link>
		<dc:creator>Joachim Dagerot</dc:creator>
		<pubDate>Mon, 24 Mar 2008 10:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://domino.dagerot.com/2008/02/13/login-in-with-just-url-arguments/#comment-33900</guid>
		<description>@Andrei: A cool thing with doing a post instead, without using domcfg!</description>
		<content:encoded><![CDATA[<p>@Andrei: A cool thing with doing a post instead, without using domcfg!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Kouvchinnikov</title>
		<link>http://www.dagerot.com/2008/02/13/login-in-with-just-url-arguments/comment-page-1/#comment-33899</link>
		<dc:creator>Andrei Kouvchinnikov</dc:creator>
		<pubDate>Sun, 23 Mar 2008 15:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://domino.dagerot.com/2008/02/13/login-in-with-just-url-arguments/#comment-33899</guid>
		<description>A slight error in the previous example..
POST /names.nsf?Login HTTP/1.1
Host: www.server.com</description>
		<content:encoded><![CDATA[<p>A slight error in the previous example..<br />
POST /names.nsf?Login HTTP/1.1<br />
Host: <a href="http://www.server.com" >http://www.server.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrei Kouvchinnikov</title>
		<link>http://www.dagerot.com/2008/02/13/login-in-with-just-url-arguments/comment-page-1/#comment-33898</link>
		<dc:creator>Andrei Kouvchinnikov</dc:creator>
		<pubDate>Sun, 23 Mar 2008 15:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://domino.dagerot.com/2008/02/13/login-in-with-just-url-arguments/#comment-33898</guid>
		<description>And you also can logout using http://server/MyMailFile?logout

To hide username and password in login request you can send them with POST request type instead.
POST http://server/names.nsf?Login  HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Username=ME&amp;Password=Secret&amp;redirect=MyMailFile</description>
		<content:encoded><![CDATA[<p>And you also can logout using <a href="http://server/MyMailFile?logout" >http://server/MyMailFile?logout</a></p>
<p>To hide username and password in login request you can send them with POST request type instead.<br />
POST <a href="http://server/names.nsf?Login" >http://server/names.nsf?Login</a>  HTTP/1.1<br />
Content-Type: application/x-www-form-urlencoded<br />
Username=ME&amp;Password=Secret&amp;redirect=MyMailFile</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joachim Dagerot</title>
		<link>http://www.dagerot.com/2008/02/13/login-in-with-just-url-arguments/comment-page-1/#comment-32352</link>
		<dc:creator>Joachim Dagerot</dc:creator>
		<pubDate>Thu, 14 Feb 2008 06:05:04 +0000</pubDate>
		<guid isPermaLink="false">http://domino.dagerot.com/2008/02/13/login-in-with-just-url-arguments/#comment-32352</guid>
		<description>You&#039;re welcome! :)</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Brunner</title>
		<link>http://www.dagerot.com/2008/02/13/login-in-with-just-url-arguments/comment-page-1/#comment-32290</link>
		<dc:creator>Andy Brunner</dc:creator>
		<pubDate>Wed, 13 Feb 2008 19:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://domino.dagerot.com/2008/02/13/login-in-with-just-url-arguments/#comment-32290</guid>
		<description>Ups - You are right. I meant the old username:password login URL.

Sorry :)</description>
		<content:encoded><![CDATA[<p>Ups &#8211; You are right. I meant the old username:password login URL.</p>
<p>Sorry :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joachim Dagerot</title>
		<link>http://www.dagerot.com/2008/02/13/login-in-with-just-url-arguments/comment-page-1/#comment-32250</link>
		<dc:creator>Joachim Dagerot</dc:creator>
		<pubDate>Wed, 13 Feb 2008 14:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://domino.dagerot.com/2008/02/13/login-in-with-just-url-arguments/#comment-32250</guid>
		<description>No, that&#039;s incorrect. It does work for session based logins. Maybe you are mixing up this approach with the old username:password@http://server URL?</description>
		<content:encoded><![CDATA[<p>No, that&#8217;s incorrect. It does work for session based logins. Maybe you are mixing up this approach with the old username:password@http://server URL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Brunner</title>
		<link>http://www.dagerot.com/2008/02/13/login-in-with-just-url-arguments/comment-page-1/#comment-32249</link>
		<dc:creator>Andy Brunner</dc:creator>
		<pubDate>Wed, 13 Feb 2008 14:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://domino.dagerot.com/2008/02/13/login-in-with-just-url-arguments/#comment-32249</guid>
		<description>Well this works only for basic authentication (browser popup and not for the session authentication (with domcfg.nsf)</description>
		<content:encoded><![CDATA[<p>Well this works only for basic authentication (browser popup and not for the session authentication (with domcfg.nsf)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
