<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1037 Web browser login page shown in Appian Mobile Application for Android</title><link>https://community.appian.com/support/w/kb/262/kb-1037-web-browser-login-page-shown-in-appian-mobile-application-for-android</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1037 Web browser login page shown in Appian Mobile Application for Android</title><link>https://community.appian.com/support/w/kb/262/kb-1037-web-browser-login-page-shown-in-appian-mobile-application-for-android</link><pubDate>Tue, 14 Feb 2017 09:20:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:94fac6a1-14ef-4d94-9251-7b6cea26a881</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/262/kb-1037-web-browser-login-page-shown-in-appian-mobile-application-for-android#comments</comments><description>Current Revision posted to Appian Knowledge Base by Nick Vigilante on 2/14/2017 9:20:46 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;In the Appian mobile application for Android, users will see the web browser-based login page: &lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487081757427v1.png"&gt;&lt;img src="/resized-image/__size/1200x2400/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487081757427v1.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note that this issue can appear over either HTTP or HTTPS. Additionally this issue only appears in Android, not iOS.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;If using Apache, the &lt;strong&gt;httpd.conf&lt;/strong&gt; file likely has a rewrite rule similar to this:&lt;/p&gt;
&lt;pre&gt;RewriteEngine on
RewriteRule ^/?$ &lt;a href="/resources/w/kb/add/https:" target="_blank" rel="noreferrer"&gt;https://&lt;/a&gt;&amp;lt;server_url&amp;gt;/suite [R]
RewriteCond $1 !(/suite) [NC]
RewriteRule ^(.*) &lt;a href="/resources/w/kb/add/https:" target="_blank" rel="noreferrer"&gt;https://&lt;/a&gt;&amp;lt;server_url&amp;gt;/suite [R,L]
&lt;/pre&gt;
&lt;p&gt;This is inadvertently redirecting requests from the Appian mobile application for Android to the web browser login form.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Remove or modify the rewrite rule(s) so that mobile requests from the Appian mobile application for Android are not redirected to the web browser login page.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of the Appian mobile application for Android.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, Mobile&lt;/div&gt;
</description></item><item><title>KB-1037 Web browser login page shown in Appian Mobile Application for Android</title><link>https://community.appian.com/support/w/kb/262/kb-1037-web-browser-login-page-shown-in-appian-mobile-application-for-android/revision/1</link><pubDate>Tue, 14 Feb 2017 14:17:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:94fac6a1-14ef-4d94-9251-7b6cea26a881</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/262/kb-1037-web-browser-login-page-shown-in-appian-mobile-application-for-android#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 2/14/2017 2:17:02 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;In the Appian mobile application for Android, users will see the web browser-based login page: &lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487081757427v1.png"&gt;&lt;img src="/resized-image/__size/1200x2400/__key/communityserver-wikis-components-files/00-00-00-00-11/pastedimage1487081757427v1.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Note that this issue can appear over either HTTP or HTTPS. Additionally this issue only appears in Android, not iOS.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;If using Apache, the &lt;strong&gt;httpd.conf&lt;/strong&gt; file likely has a rewrite rule similar to this:&lt;/p&gt;
&lt;pre&gt;RewriteEngine on
RewriteRule ^/?$ &lt;a href="/resources/w/kb/add/https:" target="_blank" rel="noreferrer"&gt;https://&lt;/a&gt;/suite [R]
RewriteCond $1 !(/suite) [NC]
RewriteRule ^(.*) &lt;a href="/resources/w/kb/add/https:" target="_blank" rel="noreferrer"&gt;https://&lt;/a&gt;/suite [R,L]
&lt;/pre&gt;
&lt;p&gt;This is inadvertently redirecting requests from the Appian mobile application for Android to the web browser login form.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Remove or modify the rewrite rule(s) so that mobile requests from the Appian mobile application for Android are not redirected to the web browser login page.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of the Appian mobile application for Android.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, mobile&lt;/div&gt;
</description></item></channel></rss>