<?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: ESRI Default Routing Service Usage in WAB in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468010#M12327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Online version is minified but dev edition is not. Replace the Directions folder from&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;\\myDevEdtionWab\widgets\Directions &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;with &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;\\onlineEdtion\widgets\Directions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Make sure you make a copy of the original folder first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This workaround is meant for Online Routing service. If you are using NA server from ArcGIS server, you should make directions widget publicly accessible without above changes as the travel modes are not available in ArcGIS Server yet. Could you please confirm?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jianxia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Sep 2015 00:03:02 GMT</pubDate>
    <dc:creator>Jianxia</dc:creator>
    <dc:date>2015-09-22T00:03:02Z</dc:date>
    <item>
      <title>ESRI Default Routing Service Usage in WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468006#M12323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know this question has been all over the place but I just can't seem to find a good production deploy example.&amp;nbsp; I've got my proxy correctly configured with the esri routing service and esri geocode service.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My proxy on my production IIS web server has been added and converted to an .NET4.0 integated app pool. I have tested the sevices.arcgisonline.com access redirect and it seems to be working fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrls&amp;gt;
&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;serverUrl url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fservices.arcgisonline.com" target="_blank"&gt;https://services.arcgisonline.com&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll="true"/&amp;gt;
&lt;SPAN&gt;&amp;nbsp; &amp;lt;serverUrl url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Ftraffic.arcgis.com" target="_blank"&gt;https://traffic.arcgis.com&lt;/A&gt;&lt;SPAN&gt;" username="dcoley_sarco" password="xxxx"&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll="true"/&amp;gt;
&lt;SPAN&gt;&amp;nbsp; &amp;lt;serverUrl url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Froute.arcgis.com" target="_blank"&gt;https://route.arcgis.com&lt;/A&gt;&lt;SPAN&gt;" username="dcoley_sarco" password="xxxx"&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; matchAll="true"/&amp;gt;&lt;/PRE&gt;&lt;P&gt;I have assigned my appID and added my proxy url to my web app config.json:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;"httpProxy": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "useProxy": true,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "alwaysUseProxy": false,
&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "url": "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fags2.scgov.net%2Fproxy%2Fproxy.ashx" target="_blank"&gt;https://ags2.scgov.net/proxy/proxy.ashx&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "rules": []
&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/PRE&gt;&lt;P&gt;but I still can't seem to access the route service from the directions widget without having to provide login credentials.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What am I missing?&amp;nbsp; Do I need to add the route service to my items in ArcGIS Online?&amp;nbsp; Do I need to add more info in the rules array?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:44:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468006#M12323</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2021-12-11T20:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Default Routing Service Usage in WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468007#M12324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume you are using Dev Edition 1.2, correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AGOL July release introduces Travel modes in Directions widget, which requires the service below:&lt;/P&gt;&lt;P&gt;&lt;A href="http://logisticsdev.arcgis.com/arcgis/rest/services/World/Utilities/GPServer" title="http://logisticsdev.arcgis.com/arcgis/rest/services/World/Utilities/GPServer"&gt;http://logistics.arcgis.com/arcgis/rest/services/World/Utilities/GPServer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default, the travel mode is enabled in WAB 1.2 and, unfortunately, we did not add above service in the widget configuration. As a result, you cannot set it as proxy service and the public access to the Directions widget is broken. You have to provide login credentials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has been fixed in WAB embedded in Online and will be fixed in dev edition 1.3. To workaround it, could you create a new app in online and download it locally. Unzip the downloaded file. Copy the directions widget over to replace the one in dev edition. Restart the builder and reconfigure the directions widget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jianxia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2015 23:49:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468007#M12324</guid>
      <dc:creator>Jianxia</dc:creator>
      <dc:date>2015-09-18T23:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Default Routing Service Usage in WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468008#M12325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jianxia. Yes I am in Dev Edition 1.2 and until now had been supplying our own NA Server layer.&amp;nbsp; I'll proceed as you suggest and post back my findings here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 15:28:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468008#M12325</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2015-09-21T15:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Default Routing Service Usage in WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468009#M12326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok so I am a little confused.&amp;nbsp; Are you suggesting to completely overwrite the \\myDevEdtionWab\widgets\Directions\Widget.js file with \\onlineEdtion\widgets\Directions\Widgets.js file?&amp;nbsp; There seem to be alot of differences: 1000+ un-minified lines in online directions js vs 300+ lines in dev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2015 17:49:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468009#M12326</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2015-09-21T17:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Default Routing Service Usage in WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468010#M12327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Online version is minified but dev edition is not. Replace the Directions folder from&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;\\myDevEdtionWab\widgets\Directions &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;with &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;\\onlineEdtion\widgets\Directions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Make sure you make a copy of the original folder first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This workaround is meant for Online Routing service. If you are using NA server from ArcGIS server, you should make directions widget publicly accessible without above changes as the travel modes are not available in ArcGIS Server yet. Could you please confirm?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jianxia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 00:03:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468010#M12327</guid>
      <dc:creator>Jianxia</dc:creator>
      <dc:date>2015-09-22T00:03:02Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Default Routing Service Usage in WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468011#M12328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry Jianxia I had a typo in my last reply.&amp;nbsp; The code differences seem significant between the 2 widget js files. I un-minified the online version - there are over 10,000 lines of code in the online version as compared to 300-plus in the developer edition.&amp;nbsp; Is all that additional code required to handle the traffic mode? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 15:40:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468011#M12328</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2015-09-22T15:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Default Routing Service Usage in WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468012#M12329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another thought has occurred.&amp;nbsp; Since the developer edition wab directions widget seems to handle travel modes and traffic without any issues as long as credentials are supplied, would it not be possible to simply include the travel modes url like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="_jivemacro_uid_14429397405966773 jive_macro_code jive_text_macro" data-renderedposition="71_8_912_16" jivemacro_uid="_14429397405966773"&gt;&lt;P&gt;&lt;SPAN&gt;"travelModesUrl": "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Flogistics.arcgis.com%2Farcgis%2Frest%2Fservices%2FWorld%2FUtilities%2FGPServer" rel="nofollow" target="_blank"&gt;http://logistics.arcgis.com/arcgis/rest/services/World/Utilities/GPServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the directions widget config json and account for logistics url in the proxy and in the apps' http proxy rules?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 16:35:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468012#M12329</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2015-09-22T16:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Default Routing Service Usage in WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468013#M12330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going to bring Qun, the developer on Directions widget, on board to assist you.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/103493"&gt;Qun Sun&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jianxia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 18:10:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468013#M12330</guid>
      <dc:creator>Jianxia</dc:creator>
      <dc:date>2015-09-22T18:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Default Routing Service Usage in WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468014#M12331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's fine.&amp;nbsp; It just really seemed like a significant code change.&amp;nbsp; At any rate, I'm probably going to submit a support ticket as I am having difficulty understanding how all of the proxy pieces fit together.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 18:44:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468014#M12331</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2015-09-22T18:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Default Routing Service Usage in WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468015#M12332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not really sure if this issue has been resolved or not. However, here is the steps to make the proxy setting works for "Direction Widget"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Under your application folder, open the config.json file, add those rules under line "useProxy": true,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; "alwaysUseProxy": false,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "alwaysUseProxy": false,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "rules": [&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; "urlPrefix": "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Froute.arcgis.com%2Farcgis%2Frest%2Fservices%2FWorld%2FRoute%2FNAServer%2FRoute_World" rel="nofollow" target="_blank"&gt;https://route.arcgis.com/arcgis/rest/services/World/Route/NAServer/Route_World&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; "proxyUrl": "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fyuew.esri.com%2FDotNet10.3%2Fproxy.ashx" rel="nofollow" target="_blank"&gt;yourproxyurl/proxy.ashx&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; },&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; "urlPrefix": "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Flogistics.arcgis.com%2Farcgis%2Frest%2Fservices%2FWorld%2FUtilities%2FGPServer%2FGetTravelModes%2F" rel="nofollow" target="_blank"&gt;https://logistics.arcgis.com/arcgis/rest/services/World/Utilities/GPServer/GetTravelModes/&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; "proxyUrl": "&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fyuew.esri.com%2FDotNet10.3%2Fproxy.ashx" rel="nofollow" target="_blank"&gt;yourproxyurl/proxy.ashx&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Make sure all three url that also define the proxy rule in your proxy file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this can help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 17:35:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468015#M12332</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2015-11-23T17:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Default Routing Service Usage in WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468016#M12333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yue, no this hasn't been resolved for me yet, but I have had to step away from the WAB to reconfigure some of my javascript api apps.&amp;nbsp; I'm looking to get back to this as soon as I can and will let you what I find&lt;/P&gt;&lt;P&gt;Thanks-&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 19:52:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468016#M12333</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2015-11-23T19:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: ESRI Default Routing Service Usage in WAB</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468017#M12334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for delay in this, yes I did resolve the proxy issues, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 17:50:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/esri-default-routing-service-usage-in-wab/m-p/468017#M12334</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2016-06-29T17:50:46Z</dc:date>
    </item>
  </channel>
</rss>

