Hoppa till huvudinnehållet

HTML5 Proxy Page

Kommentarer

1 kommentar

  • Mike Ketler
    Hi,

     

    You can add this to the HTML5 Viewer index.html page. 

     

    Replace: new geocortex.essentialsHtmlViewer.ViewerLoader().loadAndInitialize();

     

    With: new geocortex.essentialsHtmlViewer.ViewerLoader().loadAndInitialize({     onInitialized: function () {         esri.addProxyRule({             urlPrefix: "http://server.domain.com/arcgis/rest/services",             proxyUrl: "/proxy/proxy.ashx"         });     } });

     

    Thanks,

     

    Mike Ketler
    0

Du måste logga in om du vill lämna en kommentar.