Esri / storymap-shortlist

The Shortlist story map application template by Esri
http://storymaps.arcgis.com/en/app-list/shortlist/
Apache License 2.0
43 stars 61 forks source link

proxy rules for shortlist? #82

Closed upcamogie closed 6 years ago

upcamogie commented 6 years ago

I have a map tour app that works fine with the proxy rules that were given to me by suppoert and assistance in other template Githubs, so thanks. But now I am trying to replicate for the shortlist and am coming up, well, short.

My map and app are not shared so I want to use the proxy. I've added these lines in my index.html //PROXY FOR SECURE AND NON SHARED CONTENT require(["esri/urlUtils"], function(urlUtils) {

                        urlUtils.addProxyRule({
                        urlPrefix: "https://www.arcgis.com/sharing/content",
                        proxyUrl: "https://gis.mwcog.org/DotNet/proxy.ashx"
                        });

                        urlUtils.addProxyRule({
                        urlPrefix: "https://gis.mwcog.org/wa/rest/services",
                        proxyUrl: "https://gis.mwcog.org/DotNet/proxy.ashx"
                        });
                        });     

Tried adding it in a Githubissues.

  • Githubissues is a development platform for aggregating issues.