<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to force Web AppBuilder to use HTTP (not HTTPS)? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-force-web-appbuilder-to-use-http-not-https/m-p/547844#M14525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. However, I can't get it to work - WAB always starts in HTTPS mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I deleted signininfo.json and restarted WAB. I specified the HTTP portal URL, but when opening up the oAUTH page to allow authorisation, HTTPS was used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this, signininfo.json contains:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;"portalUrl": "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2FXXX.maps.arcgis.com" rel="nofollow" target="_blank"&gt;https://XXX.maps.arcgis.com&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when I reopen "localhost:3344" it still redirects to&amp;nbsp;&lt;A class="link-titled" href="https://localhost:3344/webappbuilder/" title="https://localhost:3344/webappbuilder/"&gt;https://localhost:3344/webappbuilder/&lt;/A&gt;&amp;nbsp;The end result is that there is no change - WAB still uses the HTTPS version of the URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another place where I can specify whether to use HTTPS or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2016 04:24:55 GMT</pubDate>
    <dc:creator>StephenLead</dc:creator>
    <dc:date>2016-11-28T04:24:55Z</dc:date>
    <item>
      <title>How to force Web AppBuilder to use HTTP (not HTTPS)?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-force-web-appbuilder-to-use-http-not-https/m-p/547842#M14523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an out-of-the-box instance of ArcGIS Web AppBuilder developer edition - the startup.bat file is unmodified and includes the lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;REM open the url &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; browser
START http&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;FQDN&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;port&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;wabVirtualPath&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;
EXIT &lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;However, when I start a new session on my PC, it runs as &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Flocalhost%3A3344%2Fwebappbuilder" target="_blank"&gt;https://localhost:3344/webappbuilder&lt;/A&gt;&lt;SPAN&gt; - even if I forcibly change the URL to &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2F" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt; it immediately reverts to &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2F" target="_blank"&gt;https://&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is causing a problem when I try to access ArcGIS Server REST endpoints which are not served via https.&lt;/P&gt;&lt;P&gt;For example, when trying to add a sample layer via the Local Layer Widget I get an error message about insecure content:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="https problem" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/272111_https.PNG" style="width: 620px; height: 79px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm working in a corporate environment and don't have the option of serving my local layers via HTTPS, so I'd like to know whether it's possible to force Web AppBuilder to run on HTTP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:42:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-force-web-appbuilder-to-use-http-not-https/m-p/547842#M14523</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2021-12-11T23:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to force Web AppBuilder to use HTTP (not HTTPS)?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-force-web-appbuilder-to-use-http-not-https/m-p/547843#M14524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Stephen,&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp; &amp;nbsp;Sure all you have to do is delete the signininfo.json in the server directory. And then restart WAB and use a http URL when you are asked for your portal url this time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 03:11:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-force-web-appbuilder-to-use-http-not-https/m-p/547843#M14524</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-28T03:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to force Web AppBuilder to use HTTP (not HTTPS)?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-force-web-appbuilder-to-use-http-not-https/m-p/547844#M14525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response. However, I can't get it to work - WAB always starts in HTTPS mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I deleted signininfo.json and restarted WAB. I specified the HTTP portal URL, but when opening up the oAUTH page to allow authorisation, HTTPS was used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After this, signininfo.json contains:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN&gt;"portalUrl": "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2FXXX.maps.arcgis.com" rel="nofollow" target="_blank"&gt;https://XXX.maps.arcgis.com&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when I reopen "localhost:3344" it still redirects to&amp;nbsp;&lt;A class="link-titled" href="https://localhost:3344/webappbuilder/" title="https://localhost:3344/webappbuilder/"&gt;https://localhost:3344/webappbuilder/&lt;/A&gt;&amp;nbsp;The end result is that there is no change - WAB still uses the HTTPS version of the URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another place where I can specify whether to use HTTPS or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 04:24:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-force-web-appbuilder-to-use-http-not-https/m-p/547844#M14525</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2016-11-28T04:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to force Web AppBuilder to use HTTP (not HTTPS)?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-force-web-appbuilder-to-use-http-not-https/m-p/547845#M14526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Sounds like you have the "Allow access to the organization through HTTPS only." option checked for your organization.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/272357_Untitled-1.jpg" style="width: 620px; height: 485px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2016 14:06:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-force-web-appbuilder-to-use-http-not-https/m-p/547845#M14526</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-28T14:06:48Z</dc:date>
    </item>
  </channel>
</rss>

