<?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"
	>
<channel>
	<title>Comments on: Auto-Login Bookmark</title>
	<atom:link href="http://sfdc.arrowpointe.com/2006/01/25/auto-login-bookmark/feed/" rel="self" type="application/rss+xml" />
	<link>http://sfdc.arrowpointe.com/2006/01/25/auto-login-bookmark/</link>
	<description>Authored by Scott Hemmeter of Arrowpointe Corp, this blog is written from the perspective of a Salesforce.com solution provider and contains information on Arrowpointe's AppExchange products as well as tips, findings, sample code, functionality wishes, etc.</description>
	<pubDate>Sun, 12 Oct 2008 01:35:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Richard</title>
		<link>http://sfdc.arrowpointe.com/2006/01/25/auto-login-bookmark/#comment-60043</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 23 Jun 2008 19:16:35 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=71#comment-60043</guid>
		<description>Hi Scott, realise that although more than happy to have the password and user name stored as most of the users i work with have a bookmark logging into SFDC anyway so this wouldnt be a problems, especially with the IP resturctions.</description>
		<content:encoded><![CDATA[<p>Hi Scott, realise that although more than happy to have the password and user name stored as most of the users i work with have a bookmark logging into SFDC anyway so this wouldnt be a problems, especially with the IP resturctions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Hemmeter</title>
		<link>http://sfdc.arrowpointe.com/2006/01/25/auto-login-bookmark/#comment-60041</link>
		<dc:creator>Scott Hemmeter</dc:creator>
		<pubDate>Mon, 23 Jun 2008 15:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=71#comment-60041</guid>
		<description>@Richard:  There are ways to auto-login to Salesforce via a bookmark, but I am not sure how to do it where it takes you right to a report.  If you did attempt this, the downside is that you'd be storing your username and password inside the bookmark, which is a security no no.</description>
		<content:encoded><![CDATA[<p>@Richard:  There are ways to auto-login to Salesforce via a bookmark, but I am not sure how to do it where it takes you right to a report.  If you did attempt this, the downside is that you&#8217;d be storing your username and password inside the bookmark, which is a security no no.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://sfdc.arrowpointe.com/2006/01/25/auto-login-bookmark/#comment-60040</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 23 Jun 2008 15:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=71#comment-60040</guid>
		<description>Thanks for this is very useful.
Is there any way to save a bookmark as say a report and then pass your user name and password so that it logs you in and then runs the report

thanks</description>
		<content:encoded><![CDATA[<p>Thanks for this is very useful.<br />
Is there any way to save a bookmark as say a report and then pass your user name and password so that it logs you in and then runs the report</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sivea</title>
		<link>http://sfdc.arrowpointe.com/2006/01/25/auto-login-bookmark/#comment-2205</link>
		<dc:creator>Sivea</dc:creator>
		<pubDate>Fri, 15 Sep 2006 19:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=71#comment-2205</guid>
		<description>good one</description>
		<content:encoded><![CDATA[<p>good one</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Esdale</title>
		<link>http://sfdc.arrowpointe.com/2006/01/25/auto-login-bookmark/#comment-39</link>
		<dc:creator>Mark Esdale</dc:creator>
		<pubDate>Wed, 25 Jan 2006 20:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=71#comment-39</guid>
		<description>Great tip Scott ... thanks</description>
		<content:encoded><![CDATA[<p>Great tip Scott &#8230; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://sfdc.arrowpointe.com/2006/01/25/auto-login-bookmark/#comment-38</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 25 Jan 2006 17:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=71#comment-38</guid>
		<description>If you have special characters in your username or password, you may have to encode them in the url. I use a + in my logins, which encoded looks like this:

https://www.salesforce.com/login.jsp?pw=SomePass&#38;un=steve%2Bcustomer@email.com

The %2B is the encoded form of +. Here's a list of common encodings with a form that will tell you the encoding of any character:

http://www.blooberry.com/indexdot/html/topics/urlencoding.htm</description>
		<content:encoded><![CDATA[<p>If you have special characters in your username or password, you may have to encode them in the url. I use a + in my logins, which encoded looks like this:</p>
<p><a href="https://www.salesforce.com/login.jsp?pw=SomePass&amp;un=steve%2Bcustomer@email.com" rel="nofollow">https://www.salesforce.com/login.jsp?pw=SomePass&amp;un=steve%2Bcustomer@email.com</a></p>
<p>The %2B is the encoded form of +. Here&#8217;s a list of common encodings with a form that will tell you the encoding of any character:</p>
<p><a href="http://www.blooberry.com/indexdot/html/topics/urlencoding.htm" rel="nofollow">http://www.blooberry.com/indexdot/html/topics/urlencoding.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://sfdc.arrowpointe.com/2006/01/25/auto-login-bookmark/#comment-37</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 25 Jan 2006 16:46:48 +0000</pubDate>
		<guid isPermaLink="false">http://sfdc.arrowpointe.com/?p=71#comment-37</guid>
		<description>Thanks for the tip--makes managing multiple logins a breeze.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip&#8211;makes managing multiple logins a breeze.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
